{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/hooks/v1/pulse-hook-changed-message.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": true,
  "description": "Message reporting that a hook has changed\n",
  "properties": {
    "hookGroupId": {
      "description": "`hookGroupId` of the hook that was changed\n",
      "type": "string"
    },
    "hookId": {
      "description": "`hookId` of the hook that was changed\n",
      "type": "string"
    }
  },
  "required": [
    "hookId",
    "hookGroupId"
  ],
  "title": "Hook Changed Message",
  "type": "object"
}