Amadeus · JSON Structure

Flight Availabilities Search Traveler Info Structure

TravelerInfo structure from Flight Availibilities Search

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

Flight Availabilities Search Traveler Info Structure is a JSON Structure definition published by Amadeus, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

id travelerType associatedAdultId

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/flight-availabilities-search-traveler-info-structure.json",
  "title": "TravelerInfo",
  "description": "TravelerInfo structure from Flight Availibilities Search",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "travelerType": {
      "type": "string",
      "description": "traveler type\nage restrictions : CHILD < 12y, HELD_INFANT < 2y, SEATED_INFANT < 2y, SENIOR >=60y\n"
    },
    "associatedAdultId": {
      "type": "string",
      "description": "if type=\"HELD_INFANT\", corresponds to the adult travelers's id who will share the seat"
    }
  },
  "required": [
    "id",
    "travelerType"
  ]
}