{ "type": "object", "name": "Value6", "properties": { "attributes": { "type": "['string', 'null']" }, "label": { "type": "string" }, "validFor": { "type": "array", "description": "", "items": { "type": "string" } }, "value": { "type": "string" } }, "required": [ "attributes", "label", "validFor", "value" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }