debian-mirror-gitlab/spec/fixtures/api/schemas/registry/repository.json
2018-03-17 18:26:18 +05:30

27 lines
391 B
JSON

{
"type": "object",
"required" : [
"id",
"path",
"location",
"tags_path"
],
"properties" : {
"id": {
"type": "integer"
},
"path": {
"type": "string"
},
"location": {
"type": "string"
},
"tags_path": {
"type": "string"
},
"destroy_path": {
"type": "string"
}
},
"additionalProperties": false
}