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