{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-remarks-structure.json", "title": "Remarks", "description": "remarks", "type": "object", "properties": { "general": { "type": "array", "description": "list of general remarks" }, "airline": { "type": "array", "description": "list of airline remarks" } } }