TM Forum · Schema

TroubleTicketAttributeValueChangeEventPayload

TroubleTicketAttributeValueChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
troubleTicket object
View JSON Schema on GitHub

JSON Schema

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