Amadeus · JSON Structure

Transfer Book Travel Segment Structure

A segment of an itinerary used by a traveler between 2 locations at a given date and time using a particular transportation type FLIGHT or TRAIN

Type: object Properties: 4
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Transfer Book Travel Segment Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

transportationType transportationNumber departure arrival

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/transfer-book-travel-segment-structure.json",
  "title": "TravelSegment",
  "description": "A segment of an itinerary used by a traveler between 2 locations at a given date and time using a particular transportation type FLIGHT or TRAIN",
  "type": "object",
  "properties": {
    "transportationType": {
      "type": "string",
      "description": "The type of connection \"FLIGHT\" or \"TRAIN\""
    },
    "transportationNumber": {
      "type": "string",
      "description": "The flight number or train number, e.g. AF380"
    },
    "departure": {
      "type": "object",
      "description": "The flight or train departure/arrival date&time, location information"
    },
    "arrival": {
      "type": "object",
      "description": "The flight or train departure/arrival date&time, location information"
    }
  }
}