{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "type": "string", "title": "Value 'test' must show master" }, "options.unicode1": { "name": "options.unicode1", "properties": { "options.unicode1.unicode1": { "name": "options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Unicode master" }, "options.unicode1.unicode2": { "name": "options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 1" }, "options.unicode1.unicode3": { "name": "options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2" } }, "type": "array", "title": "Common configuration" } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode1", "properties": [ "hidden" ], "hidden": true }, { "key": "options.unicode1.unicode1", "required": true } ], "form": [ { "key": "options.unicode", "type": "input", "dependencies": { "default": { "hide": [ "options.unicode1" ] }, "expected": { "test": { "show": [ "options.unicode1" ] } } } }, { "key": "options.unicode1.unicode1", "type": "input" }, { "key": "options.unicode1.unicode2", "type": "input" }, { "key": "options.unicode1.unicode3", "type": "input" }, { "title": "Configurer", "type": "submit" } ] }