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