Object
Bed
One kind of bed in a room, with how many of it there are.
Fields
| Field | Type | Description |
|---|---|---|
| type | enum | "unspecified""single""double""queen""king""bunk_bed""sofa_bed""crib" |
| count | integer |
Object
One kind of bed in a room, with how many of it there are.
| Field | Type | Description |
|---|---|---|
| type | enum | "unspecified""single""double""queen""king""bunk_bed""sofa_bed""crib" |
| count | integer |
Example
{
"type": "queen",
"count": 1
}