diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-06 11:51:38 -0300 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-10-07 09:15:46 +0100 |
commit | 0c286d54737f685caf7ec21320d43d8069f2001d (patch) | |
tree | 825407887c0f10a8e1f80989bef161d5427e7f5f /spec/fixtures | |
parent | 18607d6c88e820b927d90ca1d247a23a61be8c99 (diff) | |
download | gitlab-ce-0c286d54737f685caf7ec21320d43d8069f2001d.tar.gz |
Fix JSON Schema that validates data returned by board issues endpoint
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/issue.json | 1 |
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": { |