Amadeus · JSON Structure

Airline Code Lookup Airline Structure

Airline structure from Airline Code Lookup API

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

Airline Code Lookup Airline Structure is a JSON Structure definition published by Amadeus, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type iataCode icaoCode businessName commonName

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/airline-code-lookup-airline-structure.json",
  "title": "Airline",
  "description": "Airline structure from Airline Code Lookup API",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "iataCode": {
      "type": "string",
      "description": "IATA airline code. see [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)"
    },
    "icaoCode": {
      "type": "string",
      "description": "IATA airline code. see [ICAO airlines table codes](https://en.wikipedia.org/wiki/List_of_airline_codes)"
    },
    "businessName": {
      "type": "string",
      "description": "airline business name"
    },
    "commonName": {
      "type": "string",
      "description": "airline common name"
    }
  }
}