Amadeus · JSON Structure

Flight Offers Price Term And Condition Structure

TermAndCondition structure from Flight Offers Price

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

Flight Offers Price Term And Condition Structure is a JSON Structure definition published by Amadeus, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

category circumstances notApplicable maxPenaltyAmount descriptions

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-term-and-condition-structure.json",
  "title": "TermAndCondition",
  "description": "TermAndCondition structure from Flight Offers Price",
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "description": "This defines what type of modification is concerned in this rule."
    },
    "circumstances": {
      "type": "string"
    },
    "notApplicable": {
      "type": "boolean"
    },
    "maxPenaltyAmount": {
      "type": "string"
    },
    "descriptions": {
      "type": "array"
    }
  }
}