Amadeus · JSON Structure

Hotel Search Hotel Product Guests Structure

HotelProduct_Guests structure from Hotel Search API

Type: object Properties: 2
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Hotel Product Guests Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

adults childAges

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-guests-structure.json",
  "title": "HotelProduct_Guests",
  "description": "HotelProduct_Guests structure from Hotel Search API",
  "type": "object",
  "properties": {
    "adults": {
      "type": "integer",
      "format": "int32",
      "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."
    }
  }
}