TM Forum · JSON Structure

Tmf620 Product Catalog String Characteristic Value Specification Structure

StringCharacteristicValueSpecification schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

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

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/tmf620-product-catalog-string-characteristic-value-specification-structure.json",
  "name": "StringCharacteristicValueSpecification",
  "description": "StringCharacteristicValueSpecification schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/CharacteristicValueSpecification"
    },
    {
      "type": "object",
      "description": "A specification for a characteristic for which the value is a string",
      "properties": {
        "value": {
          "type": "string",
          "description": "Value of the characteristic"
        }
      }
    }
  ]
}