summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/registry/repositories.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/registry/repositories.json')
-rw-r--r--spec/fixtures/api/schemas/registry/repositories.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/registry/repositories.json b/spec/fixtures/api/schemas/registry/repositories.json
new file mode 100644
index 00000000000..4978bd89cda
--- /dev/null
+++ b/spec/fixtures/api/schemas/registry/repositories.json
@@ -0,0 +1,6 @@
+{
+ "type": "array",
+ "items": {
+ "$ref": "repository.json"
+ }
+}