{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-schema/flight-order-management-automated-process-common-schema.json", "title": "AutomatedProcessCommon", "description": "Provides information on ticketing arrangements and Amadeus Time Limits", "type": "object", "properties": { "code": { "$ref": "#/definitions/AutomatedProcessCode" }, "queue": { "title": "Queue", "type": "object", "description": "Identifies the queue onto which PNR must be automatically placed upon process execution.", "properties": { "number": { "type": "string" }, "category": { "type": "string" } } }, "text": { "type": "string", "description": "Free text" } } }