Amadeus · Schema

TravelerPricingFareOption

option specifying a group of fares, which may be valid under certain conditons Can be used to specify special fare discount for a passenger

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

JSON Schema

flight-offers-price-traveler-pricing-fare-option-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-traveler-pricing-fare-option-schema.json",
  "title": "TravelerPricingFareOption",
  "description": "option specifying a group of fares, which may be valid under certain conditons\nCan be used to specify special fare discount for a passenger\n",
  "type": "string",
  "enum": [
    "STANDARD",
    "INCLUSIVE_TOUR",
    "SPANISH_MELILLA_RESIDENT",
    "SPANISH_CEUTA_RESIDENT",
    "SPANISH_CANARY_RESIDENT",
    "SPANISH_BALEARIC_RESIDENT",
    "AIR_FRANCE_METROPOLITAN_DISCOUNT_PASS",
    "AIR_FRANCE_DOM_DISCOUNT_PASS",
    "AIR_FRANCE_COMBINED_DISCOUNT_PASS",
    "AIR_FRANCE_FAMILY",
    "ADULT_WITH_COMPANION",
    "COMPANION"
  ],
  "example": "STANDARD"
}