Amadeus · Schema

PricingOptionsFareType

type of fare of the flight-offer

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

JSON Schema

seatmap-display-pricing-options-fare-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-pricing-options-fare-type-schema.json",
  "title": "PricingOptionsFareType",
  "description": "type of fare of the flight-offer",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "PUBLISHED",
      "NEGOTIATED",
      "CORPORATE"
    ]
  },
  "example": [
    "PUBLISHED"
  ]
}