summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/issue_links.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/issue_links.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/issue_links.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/issue_links.json b/spec/fixtures/api/schemas/public_api/v4/issue_links.json
deleted file mode 100644
index d254615dd58..00000000000
--- a/spec/fixtures/api/schemas/public_api/v4/issue_links.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "type": "array",
- "items": {
- "type": "object",
- "properties" : {
- "$ref": "./issue_link.json"
- }
- }
-}