Amadeus Solutions · JSON Structure

Flight Offers Price Term And Condition Structure

TermAndCondition schema

Type: object Properties: 5
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

TermAndCondition is a JSON Structure definition published by Amadeus Solutions, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

category circumstances notApplicable maxPenaltyAmount descriptions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/flight-offers-price-term-and-condition-structure.json",
  "name": "TermAndCondition",
  "description": "TermAndCondition schema",
  "properties": {
    "category": {
      "type": "string",
      "description": "This defines what type of modification is concerned in this rule.",
      "enum": [
        "REFUND",
        "EXCHANGE",
        "REVALIDATION",
        "REISSUE",
        "REBOOK",
        "CANCELLATION"
      ],
      "example": "EXCHANGE"
    },
    "circumstances": {
      "type": "string"
    },
    "notApplicable": {
      "type": "boolean"
    },
    "maxPenaltyAmount": {
      "type": "string"
    },
    "descriptions": {
      "type": "array",
      "items": {
        "name": "Description",
        "properties": {
          "descriptionType": {
            "type": "string"
          },
          "text": {
            "type": "string"
          }
        }
      }
    }
  },
  "type": "object"
}