Amadeus · JSON Structure

Flight Order Management Automated Process Common Structure

Provides information on ticketing arrangements and Amadeus Time Limits

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

Flight Order Management Automated Process Common Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

code queue text

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-order-management-automated-process-common-structure.json",
  "title": "AutomatedProcessCommon",
  "description": "Provides information on ticketing arrangements and Amadeus Time Limits",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "queuing action to be taken"
    },
    "queue": {
      "type": "object",
      "description": "Identifies the queue onto which PNR must be automatically placed upon process execution."
    },
    "text": {
      "type": "string",
      "description": "Free text"
    }
  }
}