{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-most-traveled-destinations-flights-structure.json", "title": "Flights", "description": "Flights structure from Flight Most Traveled Destinations", "type": "object", "properties": { "score": { "type": "number", "format": "integer", "description": "Approximate score for ranking purposes calculated based on number of flights from / to the airport or city" } } }