Amadeus Reservations · JSON Structure

Flight Create Orders Automated Process Common Structure

Provides information on ticketing arrangements and Amadeus Time Limits

Type: object Properties: 3
BookingFlightsHotelsReservationsTravel

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

Properties

code queue text

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-create-orders-automated-process-common-structure.json",
  "name": "AutomatedProcessCommon",
  "description": "Provides information on ticketing arrangements and Amadeus Time Limits",
  "type": "object",
  "properties": {
    "code": {
      "$ref": "#/definitions/AutomatedProcessCode"
    },
    "queue": {
      "name": "Queue",
      "type": "object",
      "description": "Identifies the queue onto which PNR must be automatically placed upon process execution.",
      "properties": {
        "number": {
          "type": "string"
        },
        "category": {
          "type": "string"
        }
      }
    },
    "text": {
      "type": "string",
      "description": "Free text"
    }
  }
}