{ "type": "object", "name": "PicklistValue", "properties": { "active": { "type": "boolean" }, "defaultValue": { "type": "boolean" }, "label": { "type": "string" }, "validFor": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }