summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/release.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/release.json')
-rw-r--r--spec/fixtures/api/schemas/release.json10
1 files changed, 1 insertions, 9 deletions
diff --git a/spec/fixtures/api/schemas/release.json b/spec/fixtures/api/schemas/release.json
index 45fa8b074d4..86f0f27606c 100644
--- a/spec/fixtures/api/schemas/release.json
+++ b/spec/fixtures/api/schemas/release.json
@@ -15,15 +15,7 @@
},
"assets": {
"count": { "type": "integer" },
- "links": {
- "type": "array",
- "items": {
- "id": "integer",
- "name": "string",
- "url": "string",
- "external": "boolean"
- }
- },
+ "links": { "$ref": "release/links.json" },
"sources": {
"type": "array",
"items": {