Amadeus Reservations · JSON Structure

Flight Order Management Document Structure

the information that are found on an ID document

Type: object Properties: 7
BookingFlightsHotelsReservationsTravel

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

Properties

number issuanceDate expiryDate issuanceCountry issuanceLocation nationality birthPlace

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-order-management-document-structure.json",
  "name": "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": "date",
      "description": "Date at which the document has been issued."
    },
    "expiryDate": {
      "type": "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",
      "pattern": "[a-zA-Z]{2}"
    },
    "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",
      "pattern": "[a-zA-Z]{2}"
    },
    "birthPlace": {
      "type": "string",
      "description": "Birth place as indicated on the document"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/flight-order-management-document-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.