TM Forum · Schema

OrganizationStateType

Valid values for the lifecycle state of the organization

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

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