TM Forum · Schema

ObjectCharacteristicValueSpecification_MVO

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-objectcharacteristicvaluespecification-mvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectCharacteristicValueSpecification_MVO",
  "title": "ObjectCharacteristicValueSpecification_MVO",
  "allOf": [
    {
      "$ref": "#/components/schemas/CharacteristicValueSpecification_MVO"
    },
    {
      "type": "object",
      "description": "A specification for a characteristic for which the value is any object",
      "properties": {
        "value": {
          "type": "object",
          "description": "Value of the characteristic"
        }
      }
    }
  ]
}