Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/issues.json')
-rw-r--r--spec/fixtures/api/schemas/issues.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/issues.json b/spec/fixtures/api/schemas/issues.json
index fbcd9eea389..70771b21c96 100644
--- a/spec/fixtures/api/schemas/issues.json
+++ b/spec/fixtures/api/schemas/issues.json
@@ -10,5 +10,6 @@
"items": { "$ref": "issue.json" }
},
"size": { "type": "integer" }
- }
+ },
+ "additionalProperties": false
}