Amadeus Reservations · JSON Structure

Flight Create Orders Original Flight End Point Structure

departure or arrival information

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

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

Properties

iataCode terminal

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