room-type


Type: integer

Enumeration:

Value Description Reference
0 not specified /definitions/room-type#0
1 single /definitions/room-type#1
2 double /definitions/room-type#2
3 standard /definitions/room-type#3

Type-Reference: /definitions/integer

Schema:


{
    "type": "integer",
    "enum": [
        0,
        1,
        2,
        3
    ],
    "enum-description": [
        "not specified",
        "single",
        "double",
        "standard"
    ]
}