Welcome to mirror list, hosted at ThFree Co, Russian Federation.

recent_failures.json « test_case « entities « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a75310147233cf6e58e615953373b358631bcc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "count",
    "base_branch"
  ],
  "properties": {
    "count": { "type": "integer" },
    "base_branch": { "type": "string" }
  },
  "additionalProperties": false
}