{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-inspiration-search-flight-destinations-structure.json", "title": "FlightDestinations", "description": "FlightDestinations structure from Flight Inspiration Search", "type": "object", "properties": { "data": { "type": "array" }, "dictionaries": { "type": "object" }, "meta": { "type": "object" }, "warnings": { "type": "array" } } }