{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/travel-recommendations-response-recommended-location-structure.json", "title": "response_recommendedLocation", "description": "response_recommendedLocation structure from Travel Recommendations API", "type": "object", "properties": { "warnings": { "type": "array" }, "data": { "type": "array" }, "meta": { "type": "object", "description": "Meta information about the returned object(s) in \"data\"" } } }