TM Forum · Schema

IndividualStateChangeEventPayload

IndividualStateChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
individual object
View JSON Schema on GitHub

JSON Schema

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