{ "schema": { "options": { "properties": { "options.unicode": { "type": "string", "title": "Value 'test' must show Leadership" }, "options.unicode1": { "properties": { "options.unicode1.unicode1": { "type": "string", "isMulti": true, "title": "Unicode leader" }, "options.unicode1.unicode2": { "type": "string", "isMulti": true, "title": "Unicode follower 1" }, "options.unicode1.unicode3": { "type": "string", "isMulti": true, "title": "Unicode follower 2" } }, "type": "array", "title": "Common configuration" } }, "type": "object", "title": "Common configuration" } }, "model": { "options.unicode1": { "display": false, "properties": [ "hidden" ] }, "options.unicode1.unicode1": { "required": true, "hidden": true, "display": false } }, "global": { "owner": "user", "properties": [ "cache", "demoting_error_warning", "disabled", "force_store_value", "frozen", "hidden", "validator", "warnings" ], "permissives": [ "hidden" ] }, "form": { "options.unicode": { "clearable": true, "type": "input", "dependencies": { "default": { "hide": [ "options.unicode1" ] }, "expected": { "test": { "show": [ "options.unicode1" ] } } } }, "options.unicode1.unicode1": { "clearable": true, "type": "input" }, "options.unicode1.unicode2": { "clearable": true, "type": "input" }, "options.unicode1.unicode3": { "clearable": true, "type": "input" }, "null": [ { "title": "Configurer", "type": "submit" } ] }, "version": "1.0" }