Amadeus · JSON Structure

Flight Create Orders Document Structure

the information that are found on an ID document

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

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

Properties

number issuanceDate expiryDate issuanceCountry issuanceLocation nationality birthPlace

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-document-structure.json",
  "title": "Document",
  "description": "the information that are found on an ID document",
  "type": "object",
  "properties": {
    "number": {
      "type": "string",
      "description": "The document number (shown on the document) . E.g. QFU514563221J"
    },
    "issuanceDate": {
      "type": "string",
      "format": "date",
      "description": "Date at which the document has been issued."
    },
    "expiryDate": {
      "type": "string",
      "format": "date",
      "description": "Date after which the document is not valid anymore."
    },
    "issuanceCountry": {
      "type": "string",
      "description": "[ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country that issued the document"
    },
    "issuanceLocation": {
      "type": "string",
      "description": "A more precise information concerning the place where the document has been issued, when available. It may be a country, a state, a city or any other type of location. e.g. New-York"
    },
    "nationality": {
      "type": "string",
      "description": "[ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the nationality appearing on the document"
    },
    "birthPlace": {
      "type": "string",
      "description": "Birth place as indicated on the document"
    }
  }
}