{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-choice-prediction-flight-offers-search-reply-structure.json", "title": "FlightOffersSearchReply", "description": "FlightOffersSearchReply structure from Flight Choice Prediction", "type": "object", "properties": { "warnings": { "type": "array" }, "meta": { "type": "object", "description": "meta information" }, "data": { "type": "array" }, "dictionaries": { "type": "object" } }, "required": [ "data" ] }