Amadeus · JSON Structure

Branded Fares Upsell Collection Meta Upsell Structure

Collection_Meta_Upsell structure from Branded Fares Upsell

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

Branded Fares Upsell Collection Meta Upsell Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

count oneWayUpselledCombinations

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/branded-fares-upsell-collection-meta-upsell-structure.json",
  "title": "Collection_Meta_Upsell",
  "description": "Collection_Meta_Upsell structure from Branded Fares Upsell",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "oneWayUpselledCombinations": {
      "type": "array"
    }
  }
}