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

28 lines
535 B
JSON
Raw Normal View History

2019-02-14 21:25:00 +01:00
{
"schema": {
"options": {
"name": "options",
"properties": {
"options.username": {
"name": "options.username",
"title": "Username description",
"type": "string"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [],
"form": [
{
"type": "input",
"pattern": "^[a-z_][a-z0-9_-]{0,30}[$a-z0-9_-]{0,1}$",
"key": "options.username"
},
{
"title": "Configurer",
"type": "submit"
}
]
}