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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json
index 7603892e198..760dcb96252 100644
--- a/spec/fixtures/api/schemas/list.json
+++ b/spec/fixtures/api/schemas/list.json
@@ -36,7 +36,8 @@
},
"title": { "type": "string" },
"position": { "type": ["integer", "null"] },
- "max_issue_count": { "type": "integer" }
+ "max_issue_count": { "type": "integer" },
+ "max_issue_weight": { "type": "integer" }
},
"additionalProperties": true
}