Single property (the baseline)
Who uses it: Developer building a first hotel reservation system
Why this works: The single-property schema's key decision is separating RoomType from Room — rates and capacity live on the type, while individual rooms carry their own number and status, which keeps pricing and inventory cleanly apart.
