TM Forum · Schema

CategoryStateChangeEventPayload

CategoryStateChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
category object
View JSON Schema on GitHub

JSON Schema

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