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

project_hooks.json « v4 « public_api « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c542ebe3ade80b29764caf4d4aa450079072016 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "array",
  "items": {
    "type": "object",
    "properties" : {
      "$ref": "./project_hook.json"
    }
  }
}