FlightOrder

input parameter to create a flight order

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
type string the resource name
id string unique identifier of the flight order
queuingOfficeId string office Id where to queue the order
ownerOfficeId string office Id where will be transfered the ownership of the order
associatedRecords array list of associated record
flightOffers array list of flight offer
travelers array list of travelers
remarks object list of global remarks
formOfPayments array list of form of payments
ticketingAgreement object
automatedProcess array list of automatic queuing
contacts array list of general contact information
tickets array list of tickets
formOfIdentifications array list of forms of identifications applicable to travelers by airline
View JSON Schema on GitHub

JSON Schema

flight-order-management-flight-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-schema/flight-order-management-flight-order-schema.json",
  "title": "FlightOrder",
  "description": "input parameter to create a flight order",
  "type": "object",
  "properties": {
    "type": {
      "description": "the resource name",
      "type": "string",
      "example": "flight-order"
    },
    "id": {
      "description": "unique identifier of the flight order",
      "type": "string",
      "example": "MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy",
      "readOnly": true
    },
    "queuingOfficeId": {
      "description": "office Id where to queue the order",
      "type": "string",
      "example": "NCE1A0955"
    },
    "ownerOfficeId": {
      "description": "office Id where will be transfered the ownership of the order",
      "type": "string",
      "example": "NCE1A0955"
    },
    "associatedRecords": {
      "description": "list of associated record",
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/definitions/AssociatedRecord"
      }
    },
    "flightOffers": {
      "description": "list of flight offer",
      "type": "array",
      "minItems": 1,
      "maxItems": 6,
      "items": {
        "$ref": "#/definitions/FlightOffer"
      }
    },
    "travelers": {
      "description": "list of travelers",
      "type": "array",
      "minItems": 1,
      "maxItems": 18,
      "items": {
        "$ref": "#/definitions/Traveler"
      }
    },
    "remarks": {
      "description": "list of global remarks",
      "$ref": "#/definitions/Remarks"
    },
    "formOfPayments": {
      "description": "list of form of payments",
      "type": "array",
      "minItems": 1,
      "maxItems": 6,
      "items": {
        "$ref": "#/definitions/FormOfPayment"
      }
    },
    "ticketingAgreement": {
      "$ref": "#/definitions/TicketingAgreement"
    },
    "automatedProcess": {
      "description": "list of automatic queuing",
      "type": "array",
      "minItems": 0,
      "maxItems": 31,
      "items": {
        "$ref": "#/definitions/AutomatedProcess"
      }
    },
    "contacts": {
      "description": "list of general contact information",
      "type": "array",
      "items": {
        "$ref": "#/definitions/Contact"
      }
    },
    "tickets": {
      "description": "list of tickets",
      "readOnly": true,
      "type": "array",
      "items": {
        "$ref": "#/definitions/AirTravelDocument"
      }
    },
    "formOfIdentifications": {
      "description": "list of forms of identifications applicable to travelers by airline",
      "type": "array",
      "items": {
        "$ref": "#/definitions/FormOfIdentification"
      }
    }
  },
  "required": [
    "type",
    "flightOffers"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/flight-order-management-flight-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.