feseur/asset/config_schema.json

21 lines
No EOL
421 B
JSON

{
"type": "object",
"properties": {
"file_path": {
"type": "string"
},
"repo_path": {
"type": "string"
},
"remote_url": {
"type": "string"
}
},
"required": [
"file_path",
"repo_path",
"remote_url"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}