{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/transfer-book-error-500-structure.json", "title": "Error_500", "description": "Error_500 structure from Transfer Booking", "type": "object", "properties": { "errors": { "type": "array" } }, "required": [ "errors" ] }