TM Forum · Schema

ProductCatalogAttributeValueChangeEventPayload

ProductCatalogAttributeValueChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productCatalog object
View JSON Schema on GitHub

JSON Schema

tm-forum-productcatalogattributevaluechangeeventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductCatalogAttributeValueChangeEventPayload",
  "title": "ProductCatalogAttributeValueChangeEventPayload",
  "type": "object",
  "description": "ProductCatalogAttributeValueChangeEventPayload generic structure",
  "properties": {
    "productCatalog": {
      "$ref": "#/components/schemas/ProductCatalog"
    }
  }
}