{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/airport-routes-response-airport-routes-structure.json", "title": "response_airportRoutes", "description": "response_airportRoutes structure from Airport Routes", "type": "object", "properties": { "warnings": { "type": "array" }, "data": { "type": "array" }, "meta": { "type": "object", "description": "Meta information about the returned object(s) in \"data\"" } } }