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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-06 17:51:38 +0300
committerPhil Hughes <me@iamphill.com>2016-10-07 11:15:46 +0300
commit0c286d54737f685caf7ec21320d43d8069f2001d (patch)
tree825407887c0f10a8e1f80989bef161d5427e7f5f /spec/fixtures/api/schemas/issue.json
parent18607d6c88e820b927d90ca1d247a23a61be8c99 (diff)
Fix JSON Schema that validates data returned by board issues endpoint
Diffstat (limited to 'spec/fixtures/api/schemas/issue.json')
-rw-r--r--spec/fixtures/api/schemas/issue.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index 532ebb9640e..6de6618e475 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -9,6 +9,7 @@
"iid": { "type": "integer" },
"title": { "type": "string" },
"confidential": { "type": "boolean" },
+ "due_date": { "type": ["date", "null"] },
"labels": {
"type": "array",
"items": {