Amadeus · JSON Structure

Flight Most Booked Destinations Air Traffic Structure

Air_Traffic structure from Flight Most Booked Destinations

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

Flight Most Booked Destinations Air Traffic 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

type subType destination analytics

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-most-booked-destinations-air-traffic-structure.json",
  "title": "Air_Traffic",
  "description": "Air_Traffic structure from Flight Most Booked Destinations",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "subType": {
      "type": "string"
    },
    "destination": {
      "type": "string",
      "description": "IATA code of the destination city - [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)"
    },
    "analytics": {
      "type": "string"
    }
  }
}