Amadeus · JSON Structure

Airport Routes Locations Structure

Description of a particular point or place in physical space

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

Airport Routes Locations Structure is a JSON Structure definition published by Amadeus, describing 8 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type subtype name iataCode geoCode address timeZone metrics

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/airport-routes-locations-structure.json",
  "title": "locations",
  "description": "Description of a particular point or place in physical space",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "type of API result \"location\""
    },
    "subtype": {
      "type": "string",
      "description": "Location sub-type (e.g. airport, port, rail-station, restaurant, atm...)"
    },
    "name": {
      "type": "string",
      "description": "Label associated to the location (e.g. Eiffel Tower, Madison Square)"
    },
    "iataCode": {
      "type": "string",
      "description": "IATA location code"
    },
    "geoCode": {
      "type": "object",
      "description": "Geographic coordinates describing the position of any location on the surface of Earth"
    },
    "address": {
      "type": "object"
    },
    "timeZone": {
      "type": "object"
    },
    "metrics": {
      "type": "object"
    }
  }
}