TM Forum · Schema

TroubleTicketStatusType

Possible values for the status of the trouble ticket

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-troubleticketstatustype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TroubleTicketStatusType",
  "title": "TroubleTicketStatusType",
  "enum": [
    "acknowledged",
    "rejected",
    "pending",
    "held",
    "inProgress",
    "cancelled",
    "closed",
    "resolved"
  ],
  "type": "string",
  "description": "Possible values for the status of the trouble ticket"
}