summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/release.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/release.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/release.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/release.json b/spec/fixtures/api/schemas/public_api/v4/release.json
index a239be09919..02e23d2732d 100644
--- a/spec/fixtures/api/schemas/public_api/v4/release.json
+++ b/spec/fixtures/api/schemas/public_api/v4/release.json
@@ -22,6 +22,10 @@
"commit_path": { "type": "string" },
"tag_path": { "type": "string" },
"name": { "type": "string" },
+ "evidences": {
+ "type": "array",
+ "items": { "$ref": "release/evidence.json" }
+ },
"assets": {
"required": ["count", "links", "sources"],
"properties": {