TM Forum · Schema

IndividualAttributeValueChangeEventPayload

IndividualAttributeValueChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
individual object
View JSON Schema on GitHub

JSON Schema

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