Amadeus · Schema

Travelers

Travelers schema from Airport & City Search

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
score number Approximate score for ranking purposes calculated based on number of travelers in the location.
View JSON Schema on GitHub

JSON Schema

airport-city-search-travelers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/airport-city-search-travelers-schema.json",
  "title": "Travelers",
  "description": "Travelers schema from Airport & City Search",
  "properties": {
    "score": {
      "type": "number",
      "format": "integer",
      "description": "Approximate score for ranking purposes calculated based on number of travelers in the location.",
      "example": 68
    }
  },
  "type": "object"
}