{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-automated-process-common-structure.json", "name": "AutomatedProcessCommon", "description": "Provides information on ticketing arrangements and Amadeus Time Limits", "type": "object", "properties": { "code": { "$ref": "#/definitions/AutomatedProcessCode" }, "queue": { "name": "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" } } }