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