summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-06 11:51:38 -0300
committerPhil Hughes <me@iamphill.com>2016-10-07 09:15:46 +0100
commit0c286d54737f685caf7ec21320d43d8069f2001d (patch)
tree825407887c0f10a8e1f80989bef161d5427e7f5f /spec/fixtures/api/schemas
parent18607d6c88e820b927d90ca1d247a23a61be8c99 (diff)
downloadgitlab-ce-0c286d54737f685caf7ec21320d43d8069f2001d.tar.gz
Fix JSON Schema that validates data returned by board issues endpoint
Diffstat (limited to 'spec/fixtures/api/schemas')
-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": {