27 lines
416 B
JSON
27 lines
416 B
JSON
{
|
|
"schema": {
|
|
"usbpath": {
|
|
"name": "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"
|
|
} |