Commit 7f775872 authored by Mark Chao's avatar Mark Chao

Fix Board#weight schema

parent f722227b
......@@ -14,7 +14,7 @@
"properties": {
"group": { "type": ["object", null] },
"name": { "type": "string" },
"weight": { "type": ["string", "null"] },
"weight": { "type": ["integer", "null"] },
"assignee": {
"type": ["object", "null"]
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment