TM Forum · Schema

TaskStateType

Possible values for the state of a task

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-taskstatetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskStateType",
  "title": "TaskStateType",
  "enum": [
    "acknowledged",
    "rejected",
    "inProgress",
    "cancelled",
    "done",
    "terminatedWithError"
  ],
  "type": "string",
  "description": "Possible values for the state of a task"
}