{ "schema": { "options": { "properties": { "options.unicode1": { "type": "string", "title": "Value 'test' must show OptionDescription" } }, "type": "object", "title": "Common configuration" }, "unicode1": { "properties": { "unicode1.unicode2": { "type": "string", "title": "Unicode 2" }, "unicode1.unicode3": { "type": "string", "title": "Unicode 3" } }, "type": "object", "title": "OptionDescription with 2 options" } }, "model": { "unicode1": { "properties": [ "hidden" ], "hidden": true } }, "form": { "options.unicode1": { "type": "input", "dependencies": { "default": { "hide": [ "unicode1" ] }, "expected": { "test": { "show": [ "unicode1" ] } } } }, "unicode1.unicode2": { "type": "input" }, "unicode1.unicode3": { "type": "input" }, "null": [ { "title": "Configurer", "type": "submit" } ] }, "version": "1.0" }