TM Forum · Schema

IndividualStateType

Valid values for the lifecycle state of the individual

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-individualstatetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IndividualStateType",
  "title": "IndividualStateType",
  "enum": [
    "initialized",
    "validated",
    "deceased"
  ],
  "type": "string",
  "description": "Valid values for the lifecycle state of the individual"
}