{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/pyproject/_shared/latest--partial-repo-review.json",
  "description": "Repo-review's settings.",
  "x-lintel": {
    "source": "https://json.schemastore.org/partial-repo-review.json",
    "sourceSha256": "feca8050cacdb3fb5c7df79eafc81acbb71223e6ea9fa9ef360a491151f98677"
  },
  "type": "object",
  "properties": {
    "select": {
      "$ref": "#/$defs/checks"
    },
    "ignore": {
      "oneOf": [
        {
          "$ref": "#/$defs/checks"
        },
        {
          "type": "object",
          "additionalProperties": false,
          "patternProperties": {
            "^[A-Z]+[0-9]*$": {
              "type": "string"
            }
          }
        }
      ]
    }
  },
  "$defs": {
    "checks": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Z]+[0-9]*$"
      }
    }
  },
  "additionalProperties": false
}
