The type of connection "FLIGHT" or "TRAIN"
{ "$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" ] }