{ "schema": { "options": { "name": "options", "properties": { "options.mail": { "name": "options.mail", "title": "Mail Description", "type": "string" } }, "type": "object", "title": "Common configuration" } }, "model": [], "form": [ { "type": "input", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*$", "key": "options.mail" }, { "title": "Configurer", "type": "submit" } ] }