{ "$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-flight-date-structure.json", "title": "FlightDate", "description": "FlightDate structure from Flight Cheapest Date Search", "type": "object", "properties": { "type": { "type": "string", "description": "the resource name" }, "origin": { "type": "string" }, "destination": { "type": "string" }, "departureDate": { "type": "string" }, "returnDate": { "type": "string" }, "price": { "type": "string" }, "links": { "type": "object" } } }