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