Amadeus · Schema

AirlineRemarkType

airline remark type

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

flight-create-orders-airline-remark-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-create-orders-airline-remark-type-schema.json",
  "title": "AirlineRemarkType",
  "description": "airline remark type",
  "type": "string",
  "enum": [
    "OTHER_SERVICE_INFORMATION",
    "KEYWORD",
    "OTHER_SERVICE",
    "CLIENT_ID",
    "ADVANCED_TICKET_TIME_LIMIT"
  ],
  "example": "KEYWORD"
}