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