{ "schema": { "options": { "properties": { "options.unicode": { "type": "string", "title": "Value 'test' must show leader" }, "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": { "properties": [ "hidden" ], "hidden": true }, "options.unicode1.unicode1": { "required": true } }, "form": { "options.unicode": { "type": "input", "dependencies": { "default": { "hide": [ "options.unicode1" ] }, "expected": { "test": { "show": [ "options.unicode1" ] } } } }, "options.unicode1.unicode1": { "type": "input" }, "options.unicode1.unicode2": { "type": "input" }, "options.unicode1.unicode3": { "type": "input" }, "null": [ { "title": "Configurer", "type": "submit" } ] }, "version": "1.0" }