33 lines
629 B
JSON
33 lines
629 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"name": "options",
|
|
"properties": {
|
|
"options.ip": {
|
|
"name": "options.ip",
|
|
"type": "string",
|
|
"title": "IP Description frozen"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": [
|
|
{
|
|
"key": "options.ip",
|
|
"readOnly": true
|
|
}
|
|
],
|
|
"form": [
|
|
{
|
|
"key": "options.ip",
|
|
"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
|
|
"type": "input"
|
|
},
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
} |