{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-error-404-structure.json", "title": "Error_404", "description": "Error_404 structure from Flight Order Management", "type": "object", "properties": { "errors": { "type": "array" } }, "required": [ "errors" ] }