TM Forum · Schema

Disability

Lack or inadequate strength or ability.

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
disabilityCode string Code of the disability
disabilityName string Name of the disability
validFor object
View JSON Schema on GitHub

JSON Schema

tmf632-party-management-disability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-schema/tmf632-party-management-disability-schema.json",
  "title": "Disability",
  "description": "Lack or inadequate strength or ability.",
  "type": "object",
  "properties": {
    "disabilityCode": {
      "type": "string",
      "description": "Code of the disability"
    },
    "disabilityName": {
      "type": "string",
      "description": "Name of the disability"
    },
    "validFor": {
      "$ref": "#/components/schemas/TimePeriod"
    }
  }
}