Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

Room

A room of the flat. Bathrooms carry no beds; a living room may.

Fields

FieldTypeDescription
kind enum "bedroom""living_room""full_bathroom""half_bathroom""other"
name stringEmpty when the room has no name of its own.
beds Bed[]

Used by

Example

{
  "kind": "bedroom",
  "name": "",
  "beds": [
    {
      "type": "queen",
      "count": 1
    }
  ]
}