{ "$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-gate-structure.json", "title": "Gate", "description": "Gate structure from On-Demand Flight Status", "type": "object", "properties": { "mainGate": { "type": "string", "description": "the main gate number" } } }