Amadeus · Schema

TransportationType

The type of connection "FLIGHT" or "TRAIN"

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

JSON Schema

transfer-search-transportation-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/transfer-search-transportation-type-schema.json",
  "title": "TransportationType",
  "description": "The type of connection \"FLIGHT\" or \"TRAIN\"",
  "type": "string",
  "enum": [
    "FLIGHT",
    "TRAIN"
  ]
}