{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-booking-guests-structure.json", "title": "guests", "description": "guests structure from Hotel Booking API", "type": "object", "properties": { "adults": { "type": "integer", "description": "number of adult guests (1-9) per room" }, "childAges": { "type": "array", "description": "Comma separated list of ages of each child at the time of check-out from the hotel. If several children have the same age, the ages will be repeated." } } }