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

protected_branches.json « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c87b3b153a964edf28a5d69d5544b26c0a95bd50 (plain)
1
2
3
4
5
6
{
  "type": "array",
  "items": {
    "$ref": "protected_branch.json"
  }
}