{ "type": "object", "properties": { "active": { "type": "boolean", "example": true }, "defaultValue": { "type": "boolean", "example": true }, "label": { "type": "string", "example": "Example Title" }, "validFor": { "type": "['string', 'null']", "example": "example_value" }, "value": { "type": "string", "example": "example_value" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PicklistValue" }