Fix merge request json schema (add labels, milestone)

This commit is contained in:
Jarka Kadlecova 2017-08-11 07:26:54 +02:00
parent a64452990e
commit 4e6138bd31
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
"total_time_spent": { "type": "integer" },
"human_time_estimate": { "type": ["integer", "null"] },
"human_total_time_spent": { "type": ["integer", "null"] },
"milestone": { "type": ["object", "null"] },
"labels": { "type": ["array", "null"] },
"in_progress_merge_commit_sha": { "type": ["string", "null"] },
"merge_error": { "type": ["string", "null"] },
"merge_commit_sha": { "type": ["string", "null"] },