{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/hooks/v1/list-hooks-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "List of hooks\n",
  "properties": {
    "hooks": {
      "items": {
        "$ref": "hook-definition.json#"
      },
      "title": "Hooks",
      "type": "array",
      "uniqueItems": true
    }
  },
  "required": [
    "hooks"
  ],
  "title": "Hook list",
  "type": "object"
}