{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/fixes/file-remove-config.json",
  "type": "object",
  "properties": {
    "globsAll": {
      "type": "array",
      "items": { "type": "string" }
    },
    "nocase": { "type": "boolean", "default": false }
  }
}
