{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/airport-on-time-performance-prediction-structure.json", "title": "Prediction", "description": "Prediction structure from Airport On-Time Performance", "type": "object", "properties": { "data": { "type": "string" }, "meta": { "type": "object" } } }