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