2017-08-17 22:00:37 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties" : {
|
|
|
|
"state": { "type": "string" },
|
|
|
|
"merge_status": { "type": "string" },
|
|
|
|
"source_branch_exists": { "type": "boolean" },
|
|
|
|
"merge_error": { "type": ["string", "null"] },
|
2018-03-17 18:26:18 +05:30
|
|
|
"rebase_in_progress": { "type": "boolean" },
|
2018-11-08 19:23:39 +05:30
|
|
|
"allow_collaboration": { "type": "boolean"},
|
|
|
|
"allow_maintainer_to_push": { "type": "boolean"},
|
2019-07-31 22:56:46 +05:30
|
|
|
"assignees": {
|
|
|
|
"type": ["array"],
|
|
|
|
"items": {
|
|
|
|
"type": "object",
|
|
|
|
"$ref": "../public_api/v4/user/basic.json"
|
|
|
|
}
|
2018-11-08 19:23:39 +05:30
|
|
|
},
|
|
|
|
"milestone": {
|
|
|
|
"type": [ "object", "null" ]
|
|
|
|
},
|
|
|
|
"labels": {
|
|
|
|
"type": [ "array", "null" ]
|
|
|
|
},
|
|
|
|
"task_status": { "type": "string" },
|
2019-03-02 22:35:43 +05:30
|
|
|
"task_status_short": { "type": "string" },
|
2019-07-31 22:56:46 +05:30
|
|
|
"lock_version": { "type": ["integer", "null"] }
|
2017-08-17 22:00:37 +05:30
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|