Amadeus · JSON Structure

Flight Offers Price Detailed Fare Rules Structure

DetailedFareRules structure from Flight Offers Price

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

Flight Offers Price Detailed Fare Rules 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

fareBasis name fareNotes segmentId

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-price-detailed-fare-rules-structure.json",
  "title": "DetailedFareRules",
  "description": "DetailedFareRules structure from Flight Offers Price",
  "type": "object",
  "properties": {
    "fareBasis": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fareNotes": {
      "type": "string"
    },
    "segmentId": {
      "type": "string",
      "description": "Id of the segment concerned by the fare rule"
    }
  }
}