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