TM Forum · Schema

JobStateType

Valid values for the state of a batch job (e.g. catalog import)

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-jobstatetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobStateType",
  "title": "JobStateType",
  "enum": [
    "Not Started",
    "Running",
    "Succeeded",
    "Failed"
  ],
  "type": "string",
  "description": "Valid values for the state of a batch job (e.g. catalog import)"
}