TM Forum · Schema

TroubleTicketCreateEvent

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

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