{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-cheapest-date-search-meta-structure.json", "title": "Meta", "description": "Meta structure from Flight Cheapest Date Search", "type": "object", "properties": { "currency": { "type": "string", "description": "the currency in which the prices of the flight offers are returned. Currency is specified in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, e.g. EUR for Euro" }, "links": { "type": "string" }, "defaults": { "type": "object", "description": "the query parameters for which default values were used are returned here" } } }