Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/registry/repository.json')
-rw-r--r--spec/fixtures/api/schemas/registry/repository.json15
1 files changed, 6 insertions, 9 deletions
diff --git a/spec/fixtures/api/schemas/registry/repository.json b/spec/fixtures/api/schemas/registry/repository.json
index f7469aad235..1f84e787b19 100644
--- a/spec/fixtures/api/schemas/registry/repository.json
+++ b/spec/fixtures/api/schemas/registry/repository.json
@@ -1,13 +1,7 @@
{
"type": "object",
- "required" : [
- "id",
- "name",
- "path",
- "location",
- "created_at"
- ],
- "properties" : {
+ "required": ["id", "name", "path", "location", "created_at"],
+ "properties": {
"id": {
"type": "integer"
},
@@ -38,7 +32,10 @@
{ "type": "string", "enum": ["delete_scheduled", "delete_failed"] }
]
},
- "tags": { "$ref": "tags.json" }
+ "tags": { "$ref": "tags.json" },
+ "tags_count": {
+ "type": "integer"
+ }
},
"additionalProperties": false
}