{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "properties": { "options.unicode.unicode": { "name": "options.unicode.unicode", "title": "Unicode master", "type": "string", "isMulti": true }, "options.unicode.unicode1": { "name": "options.unicode.unicode1", "title": "Unicode slave 1", "type": "string", "isMulti": true }, "options.unicode.unicode2": { "name": "options.unicode.unicode2", "title": "Unicode slave 2 not equal", "type": "string", "isMulti": true }, "options.unicode.unicode3": { "name": "options.unicode.unicode3", "title": "Unicode slave 3 not equal", "type": "string", "isMulti": true } }, "type": "array", "title": "Common configuration 1" } }, "type": "object", "title": "Common configuration 2" } }, "model": [ { "key": "options.unicode.unicode", "required": true } ], "form": [ { "type": "input", "key": "options.unicode.unicode" }, { "type": "input", "key": "options.unicode.unicode1" }, { "type": "input", "not_equal": {"options": [ "options.unicode.unicode3" ]}, "key": "options.unicode.unicode2" }, { "type": "input", "not_equal": {"options": [ "options.unicode.unicode2" ]}, "key": "options.unicode.unicode3" }, { "title": "Configurer", "type": "submit" } ] }