summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/project_hooks.json
blob: 8c542ebe3ade80b29764caf4d4aa450079072016 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "array",
  "items": {
    "type": "object",
    "properties" : {
      "$ref": "./project_hook.json"
    }
  }
}