TransportationType

The type of connection "FLIGHT" or "TRAIN"

BookingFlightsHotelsReservationsTravel
View JSON Schema on GitHub

JSON Schema

transfer-booking-transportation-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-schema/transfer-booking-transportation-type-schema.json",
  "title": "TransportationType",
  "description": "The type of connection \"FLIGHT\" or \"TRAIN\"",
  "type": "string",
  "enum": [
    "FLIGHT",
    "TRAIN"
  ]
}