Amadeus Solutions · JSON Structure

Branded Fares Upsell Collection_ Meta_ Upsell Structure

Collection_Meta_Upsell schema

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Properties

count oneWayUpselledCombinations

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/branded-fares-upsell-collection_-meta_-upsell-structure.json",
  "name": "Collection_Meta_Upsell",
  "description": "Collection_Meta_Upsell schema",
  "properties": {
    "count": {
      "type": "int32",
      "example": 1
    },
    "oneWayUpselledCombinations": {
      "type": "array",
      "items": {
        "name": "oneWayUpselledCombinations",
        "properties": {
          "flightOfferId": {
            "type": "string"
          },
          "upselledFlightOfferIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "type": "object"
}