{ "$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-links-structure.json", "title": "Links", "description": "Links structure from Airport On-Time Performance", "type": "object", "properties": { "self": { "type": "string", "format": "uri" }, "related": { "type": "string", "format": "uri" }, "type": { "type": "string" } } }