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