debian-mirror-gitlab/spec/fixtures/api/schemas/registry/tag.json
2019-03-02 22:35:43 +05:30

41 lines
619 B
JSON

{
"type": "object",
"required" : [
"name",
"path",
"location"
],
"properties" : {
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"location": {
"type": "string"
},
"digest": {
"type": "string"
},
"revision": {
"type": "string"
},
"short_revision": {
"type": "string",
"minLength": 9,
"maxLength": 9
},
"total_size": {
"type": "integer"
},
"created_at": {
"type": "date"
},
"destroy_path": {
"type": "string"
}
},
"additionalProperties": false
}