28 lines
509 B
JSON
28 lines
509 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"properties": {
|
||
|
"options.username": {
|
||
|
"type": "username",
|
||
|
"title": "Username description"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": {},
|
||
|
"form": {
|
||
|
"options.username": {
|
||
|
"pattern": "^[a-z_][a-z0-9_-]{0,30}[$a-z0-9_-]{0,1}$",
|
||
|
"type": "input"
|
||
|
},
|
||
|
"null": [
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"version": "1.0"
|
||
|
}
|