{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf632-party-management-object-array-characteristic-structure.json", "name": "ObjectArrayCharacteristic", "description": "ObjectArrayCharacteristic schema from TM Forum API", "allOf": [ { "$ref": "#/components/schemas/Characteristic" }, { "type": "object", "description": "A characteristic which value is an array of Object(s).", "properties": { "value": { "type": "array", "items": { "type": "object" } } } } ] }