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