TM Forum · JSON Structure

Tmf621 Trouble Ticket Number Array Characteristic Value Specification Structure

NumberArrayCharacteristicValueSpecification schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

NumberArrayCharacteristicValueSpecification 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/tmf621-trouble-ticket-number-array-characteristic-value-specification-structure.json",
  "name": "NumberArrayCharacteristicValueSpecification",
  "description": "NumberArrayCharacteristicValueSpecification schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/CharacteristicValueSpecification"
    },
    {
      "type": "object",
      "description": "A specification for a characteristic for which the value is a number array with no specific format ",
      "properties": {
        "value": {
          "type": "array",
          "items": {
            "type": "double",
            "description": "Characteristic value"
          }
        }
      }
    }
  ]
}