37 lines
653 B
JSON
37 lines
653 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"name": "options",
|
||
|
"properties": {
|
||
|
"options.integer": {
|
||
|
"name": "options.integer",
|
||
|
"type": "integer",
|
||
|
"value": 0,
|
||
|
"title": "integer 1"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": {
|
||
|
"options.integer": {
|
||
|
"value": 0,
|
||
|
"owner": "default"
|
||
|
}
|
||
|
},
|
||
|
"form": {
|
||
|
"options.integer": {
|
||
|
"clearable": true,
|
||
|
"allowedpattern": "[0-9]",
|
||
|
"type": "input"
|
||
|
},
|
||
|
"null": [
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"version": "1.0"
|
||
|
}
|