TM Forum · Schema

BundledProductOffering

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-bundledproductoffering-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BundledProductOffering",
  "title": "BundledProductOffering",
  "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"
        }
      }
    }
  ]
}