TM Forum · JSON Structure

Tmf622 Product Ordering Disability Structure

Lack or inadequate strength or ability.

Type: object Properties: 3
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Disability is a JSON Structure definition published by TM Forum, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

disabilityCode disabilityName validFor

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf622-product-ordering-disability-structure.json",
  "name": "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"
    }
  }
}