{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-form-of-identification-structure.json", "title": "FormOfIdentification", "description": "alternative means of identifying stakeholders for eTicket.", "type": "object", "properties": { "identificationType": { "type": "string", "description": "Type of identification" }, "carrierCode": { "type": "string", "description": "providing the airline / carrier code" }, "number": { "type": "string", "description": "identification number relative to the type of identification either ticket number, booking number, passport number, identity card number, drivers licence number, other ID" }, "travelerIds": { "type": "array", "description": "Ids of the concerned travelers" }, "flightOfferIds": { "type": "array", "description": "Id of the concerned flightOffers" } } }