Amadeus · Schema

AdditionalServiceType

additional service type

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

JSON Schema

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