Amadeus Reservations · JSON Structure

Flight Order Management Airline Remark Type Structure

airline remark type

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

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

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-airline-remark-type-structure.json",
  "name": "AirlineRemarkType",
  "description": "airline remark type",
  "type": "string",
  "enum": [
    "OTHER_SERVICE_INFORMATION",
    "KEYWORD",
    "OTHER_SERVICE",
    "CLIENT_ID",
    "ADVANCED_TICKET_TIME_LIMIT"
  ],
  "example": "KEYWORD"
}