Amadeus Reservations · JSON Structure

Flight Create Orders General Remark Type Structure

general remark type

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

GeneralRemarkType 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-create-orders-general-remark-type-structure.json",
  "name": "GeneralRemarkType",
  "description": "general remark type",
  "type": "string",
  "enum": [
    "GENERAL_MISCELLANEOUS",
    "CONFIDENTIAL",
    "INVOICE",
    "QUALITY_CONTROL",
    "BACKOFFICE",
    "FULFILLMENT",
    "ITINERARY",
    "TICKETING_MISCELLANEOUS",
    "TOUR_CODE"
  ],
  "example": "GENERAL_MISCELLANEOUS"
}