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

33 lines
613 B
JSON
Raw Normal View History

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