TM Forum · Schema

OrganizationAttributeValueChangeEventPayload

OrganizationAttributeValueChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
organization object
View JSON Schema on GitHub

JSON Schema

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