summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/registry/repository.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/registry/repository.json')
-rw-r--r--spec/fixtures/api/schemas/registry/repository.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/registry/repository.json b/spec/fixtures/api/schemas/registry/repository.json
index e0fd4620c43..d0a068b65a7 100644
--- a/spec/fixtures/api/schemas/registry/repository.json
+++ b/spec/fixtures/api/schemas/registry/repository.json
@@ -17,6 +17,9 @@
"path": {
"type": "string"
},
+ "project_id": {
+ "type": "integer"
+ },
"location": {
"type": "string"
},
@@ -28,7 +31,8 @@
},
"destroy_path": {
"type": "string"
- }
+ },
+ "tags": { "$ref": "tags.json" }
},
"additionalProperties": false
}