{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-air-travel-document-common-structure.json", "title": "AirTravelDocumentCommon", "description": "AirTravelDocumentCommon structure from Flight Order Management", "type": "object", "properties": { "documentType": { "type": "string", "description": "Type of the travel document" }, "documentNumber": { "type": "string", "description": "Identifier of the travel document prefixed by its owner code [NALC - 3 digits]. Can either be a primary or a conjunctive document number. Necessary for TicketingReference definition." }, "documentStatus": { "type": "string", "description": "Status of the travel document contained in the fare element" } } }