tiramisu-api-python/test/data/mail1.json

28 lines
548 B
JSON

{
"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"
}
]
}