Add missing property percentage_complete to the milestone schema

parent 0dbb379d
......@@ -12,6 +12,7 @@
"updated_at": { "type": "string" },
"start_date": { "type": ["date", "null"] },
"due_date": { "type": ["date", "null"] },
"percentage_complete": { "type": "integer" },
"web_url": { "type": "string" }
},
"additionalProperties": false
......
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