TM Forum · JSON Structure

Tmf620 Product Catalog Bundled Product Offering Structure

BundledProductOffering schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

BundledProductOffering is a JSON Structure definition published by TM Forum. 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/tm-forum/refs/heads/main/json-structure/tmf620-product-catalog-bundled-product-offering-structure.json",
  "name": "BundledProductOffering",
  "description": "BundledProductOffering schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/ProductOfferingRef"
    },
    {
      "type": "object",
      "description": "Represents a containment of a product offering within another product offering, including specification of cardinality (e.g. is the bundled offering mandatory, how many times can it be instantiated in the parent product, etc.).",
      "properties": {
        "bundledProductOfferingOption": {
          "$ref": "#/components/schemas/BundledProductOfferingOption"
        }
      }
    }
  ]
}