Amadeus · Schema

TravelerType

traveler type age restrictions : CHILD < 12y, HELD_INFANT < 2y, SEATED_INFANT < 2y, SENIOR >=60y

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

flight-choice-prediction-traveler-type-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/flight-choice-prediction-traveler-type-schema.json",
  "title": "TravelerType",
  "description": "traveler type\nage restrictions : CHILD < 12y, HELD_INFANT < 2y, SEATED_INFANT < 2y, SENIOR >=60y\n",
  "type": "string",
  "enum": [
    "ADULT",
    "CHILD",
    "SENIOR",
    "YOUNG",
    "HELD_INFANT",
    "SEATED_INFANT",
    "STUDENT"
  ],
  "example": "ADULT"
}