{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "type": "string", "isMulti": true, "title": "Unicode 1" } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode", "display": false, "required": true, "hidden": true } ], "form": [ { "key": "options.unicode", "type": "input" }, { "title": "Configurer", "type": "submit" } ] }