{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/on-demand-flight-status-departure-structure.json", "title": "Departure", "description": "Departure structure from On-Demand Flight Status", "type": "object", "properties": { "terminal": { "type": "string" }, "gate": { "type": "string" }, "timings": { "type": "array", "description": "the list of timings" } } }