TM Forum · Schema

IndividualAttributeValueChangeEvent

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-individualattributevaluechangeevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IndividualAttributeValueChangeEvent",
  "title": "IndividualAttributeValueChangeEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/Event"
    },
    {
      "type": "object",
      "description": "IndividualAttributeValueChangeEvent generic structure",
      "properties": {
        "event": {
          "$ref": "#/components/schemas/IndividualAttributeValueChangeEventPayload"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "IndividualAttributeValueChangeEvent": "#/components/schemas/IndividualAttributeValueChangeEvent"
    }
  }
}