{ "type": "object", "description": "A single picklist option", "name": "PicklistValue", "properties": { "attributes": { "type": "object" }, "label": { "type": "string" }, "validFor": { "type": "array", "items": { "type": "integer" } }, "value": { "type": "string" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }