Amadeus · Schema

DiscountTravelerType

type of discount applied

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

JSON Schema

seatmap-display-discount-traveler-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/seatmap-display-discount-traveler-type-schema.json",
  "title": "DiscountTravelerType",
  "description": "type of discount applied",
  "type": "string",
  "enum": [
    "SPANISH_CITIZEN",
    "EUROPEAN_CITIZEN",
    "GOVERNMENT_WORKER",
    "MILITARY",
    "MINOR_WITHOUT_ID"
  ],
  "example": "SPANISH_CITIZEN"
}