TM Forum · Schema

CategoryAttributeValueChangeEventPayload

CategoryAttributeValueChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
category object
View JSON Schema on GitHub

JSON Schema

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