{ "type": "object", "name": "LeadSource4", "properties": { "controllerValues": { "type": "object" }, "defaultValue": { "type": "['string', 'null']" }, "eTag": { "type": "string" }, "url": { "type": "string" }, "values": { "type": "array", "description": "", "items": { "type": "object", "properties": { "attributes": { "type": "['string', 'null']" }, "label": { "type": "string" }, "validFor": { "type": "array", "description": "", "items": { "type": "string" } }, "value": { "type": "string" } }, "required": [ "attributes", "label", "validFor", "value" ] } } }, "required": [ "controllerValues", "defaultValue", "eTag", "url", "values" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }