{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-most-traveled-destinations-flights-schema.json", "title": "Flights", "description": "Flights schema from Flight Most Traveled Destinations", "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" }