Amadeus · Schema

Flights

Flights schema from Airport Nearest Relevant

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
score number Approximate score for ranking purposes calculated based on number of flights from / to the airport or city
View JSON Schema on GitHub

JSON Schema

airport-nearest-relevant-flights-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/airport-nearest-relevant-flights-schema.json",
  "title": "Flights",
  "description": "Flights schema from Airport Nearest Relevant",
  "properties": {
    "score": {
      "type": "number",
      "format": "integer",
      "description": "Approximate score for ranking purposes calculated based on number of flights from / to the airport or city",
      "example": 56
    }
  },
  "type": "object"
}