Commit 461b342d authored by Lin Jen-Shin's avatar Lin Jen-Shin

It's also giving blocked property

parent 5a68804f
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
"reference", "reference",
"path", "path",
"relation_path", "relation_path",
"weight" "weight",
"blocked"
], ],
"properties": { "properties": {
"id": { "type": "integer" }, "id": { "type": "integer" },
...@@ -23,6 +24,7 @@ ...@@ -23,6 +24,7 @@
"due_date": { "type": ["string", "null"] }, "due_date": { "type": ["string", "null"] },
"state": { "type": "string" }, "state": { "type": "string" },
"weight": { "type": ["integer", "null"] }, "weight": { "type": ["integer", "null"] },
"blocked": { "type": "boolean" },
"reference": { "type": "string" }, "reference": { "type": "string" },
"path": { "type": "string" }, "path": { "type": "string" },
"relation_path": { "type": "string" }, "relation_path": { "type": "string" },
......
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