Amadeus · JSON Structure

Flight Create Orders Form Of Identification Structure

alternative means of identifying stakeholders for eTicket.

Type: object Properties: 5
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Create Orders Form Of Identification Structure is a JSON Structure definition published by Amadeus, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

identificationType carrierCode number travelerIds flightOfferIds

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-create-orders-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"
    }
  }
}