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