summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/list.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/list.json')
-rw-r--r--spec/fixtures/api/schemas/list.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json
index f070fa3b254..8d94cf26ecb 100644
--- a/spec/fixtures/api/schemas/list.json
+++ b/spec/fixtures/api/schemas/list.json
@@ -13,7 +13,7 @@
"enum": ["backlog", "label", "done"]
},
"label": {
- "type": ["object"],
+ "type": ["object", "null"],
"required": [
"id",
"color",