Amadeus Reservations · JSON Structure

Flight Create Orders Additional Service Type Structure

additional service type

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

AdditionalServiceType 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-additional-service-type-structure.json",
  "name": "AdditionalServiceType",
  "description": "additional service type",
  "type": "string",
  "enum": [
    "CHECKED_BAGS",
    "MEALS",
    "SEATS",
    "OTHER_SERVICES"
  ],
  "example": "CHECKED_BAGS"
}