Amadeus · JSON Structure

Flight Offers Search Extended Pricing Options Structure

fare filter options

Type: object Properties: 4
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Offers Search Extended Pricing Options Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

includedCheckedBagsOnly refundableFare noRestrictionFare noPenaltyFare

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-offers-search-extended-pricing-options-structure.json",
  "title": "ExtendedPricingOptions",
  "description": "fare filter options",
  "type": "object",
  "properties": {
    "includedCheckedBagsOnly": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with included checked bags only"
    },
    "refundableFare": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with refundable fares only"
    },
    "noRestrictionFare": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with no restriction fares only"
    },
    "noPenaltyFare": {
      "type": "boolean",
      "description": "If true, returns the flight-offers with no penalty fares only"
    }
  }
}