28 lines
531 B
JSON
28 lines
531 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"properties": {
|
||
|
"options.ip": {
|
||
|
"type": "ip",
|
||
|
"title": "IP Description"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": {},
|
||
|
"form": {
|
||
|
"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"
|
||
|
},
|
||
|
"null": [
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"version": "1.0"
|
||
|
}
|