Amadeus Solutions · JSON Structure

Flight Offers Search Extended_ Cabin Restriction Structure

Extended_CabinRestriction schema

Type: Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

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-search-extended_-cabin-restriction-structure.json",
  "name": "Extended_CabinRestriction",
  "description": "Extended_CabinRestriction schema",
  "allOf": [
    {
      "$ref": "#/definitions/CabinRestriction"
    },
    {
      "type": "object",
      "properties": {
        "coverage": {
          "$ref": "#/definitions/Coverage"
        }
      }
    }
  ]
}