26 lines
392 B
JSON
26 lines
392 B
JSON
{
|
|
"schema": {
|
|
"usbpath": {
|
|
"name": "usbpath",
|
|
"title": "Chemin d'acc\u00e8s",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"model": [
|
|
{
|
|
"key": "usbpath",
|
|
"required": true
|
|
}
|
|
],
|
|
"form": [
|
|
{
|
|
"type": "input",
|
|
"pattern": "^[a-zA-Z0-9\\-\\._~/+]+$",
|
|
"key": "usbpath"
|
|
},
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
} |