35 lines
587 B
JSON
35 lines
587 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"properties": {
|
|
"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,
|
|
"pattern": "^[0-9]+$",
|
|
"type": "input"
|
|
},
|
|
"null": [
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
},
|
|
"version": "1.0"
|
|
} |