Amadeus · Schema

Collection_Meta_Upsell

Collection_Meta_Upsell schema from Branded Fares Upsell

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
count integer
oneWayUpselledCombinations array
View JSON Schema on GitHub

JSON Schema

branded-fares-upsell-collection-meta-upsell-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/branded-fares-upsell-collection-meta-upsell-schema.json",
  "title": "Collection_Meta_Upsell",
  "description": "Collection_Meta_Upsell schema from Branded Fares Upsell",
  "properties": {
    "count": {
      "type": "integer",
      "example": 1
    },
    "oneWayUpselledCombinations": {
      "type": "array",
      "items": {
        "title": "oneWayUpselledCombinations",
        "properties": {
          "flightOfferId": {
            "type": "string",
            "example": "12345"
          },
          "upselledFlightOfferIds": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "type": "object"
}