Occupancy

Conditions for guests.

Example:

{
    "adults": {
        "min": 2,
        "max": 2
    },

{
    "childrenAges": [
        {"max": 3},
        {"max": 7}
    ]
}

Field

Required

Type

Description

adults

Yes

Object

How many adults can stay. An allowed value of NumberRange.

childrenAges

No

Object[]

Lodgings with age limits are set using a NumberRange list of age ranges. The array should contain no more than four elements.