blob: 5de2ae579d42bccd646f32f8bb880eccace91fdc [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"id": "#",
"properties": {
"tools": {
"items": {
"type": "object",
"id": "0",
"properties": {
"url": {
"type": "string",
"id": "url"
},
"api_url": {
"type": "string",
"id": "api_url"
},
"mount_label": {
"type": "string",
"id": "mount_label"
},
"mount_point": {
"type": "string",
"id": "mount_point"
},
"name": {
"type": "string",
"id": "name"
},
"clone_url_https_anon": {
"type": "string",
"id": "clone_url_https_anon"
},
"clone_url_ro": {
"type": "string",
"id": "clone_url_ro"
},
"clone_url_*": {
"type": "string",
"id": "clone_url_*"
}
}
},
"type": "array",
"id": "tools"
}
}
}