Amadeus · JSON Structure

Flight Choice Prediction Original Flight End Point Structure

departure or arrival information

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

Flight Choice Prediction Original Flight End Point Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

iataCode terminal

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/flight-choice-prediction-original-flight-end-point-structure.json",
  "title": "OriginalFlightEndPoint",
  "description": "departure or arrival information",
  "type": "object",
  "properties": {
    "iataCode": {
      "type": "string",
      "description": "[IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx)"
    },
    "terminal": {
      "type": "string",
      "description": "terminal name / number"
    }
  }
}