2019-04-08 08:41:33 +02:00
|
|
|
{
|
|
|
|
"schema": {
|
|
|
|
"options": {
|
|
|
|
"properties": {
|
|
|
|
"options.integer": {
|
|
|
|
"type": "integer",
|
|
|
|
"title": "integer 1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"type": "object",
|
|
|
|
"title": "Common configuration"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"model": {},
|
|
|
|
"form": {
|
|
|
|
"options.integer": {
|
2019-05-09 20:32:43 +02:00
|
|
|
"pattern": "^[0-9]+$",
|
2019-04-08 08:41:33 +02:00
|
|
|
"type": "input"
|
|
|
|
},
|
|
|
|
"null": [
|
|
|
|
{
|
|
|
|
"title": "Configurer",
|
|
|
|
"type": "submit"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"version": "1.0"
|
|
|
|
}
|