{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/git-grep-log-config.json",
  "type": "object",
  "properties": {
    "blacklist": {
      "type": "array",
      "items": { "type": "string" }
    },
    "ignoreCase": {
      "type": "boolean",
      "default": false
    }
  },
  "required": ["denylist"]
}
