summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/release/link.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/release/link.json')
-rw-r--r--spec/fixtures/api/schemas/release/link.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/release/link.json b/spec/fixtures/api/schemas/release/link.json
index bf175be2bc0..b3aebfa131e 100644
--- a/spec/fixtures/api/schemas/release/link.json
+++ b/spec/fixtures/api/schemas/release/link.json
@@ -7,7 +7,8 @@
"filepath": { "type": "string" },
"url": { "type": "string" },
"direct_asset_url": { "type": "string" },
- "external": { "type": "boolean" }
+ "external": { "type": "boolean" },
+ "link_type": { "type": "string" }
},
"additionalProperties": false
}