Amadeus Reservations · JSON Structure

Transfer Booking Transportation Type Structure

The type of connection "FLIGHT" or "TRAIN"

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

TransportationType is a JSON Structure definition published by Amadeus Reservations. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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