{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/grunt-jshint-task/latest.json",
  "title": "JSON schema for the Grunt JSHint task",
  "x-lintel": {
    "source": "https://www.schemastore.org/grunt-jshint-task.json",
    "sourceSha256": "ad39d1700808e436f7d9613f59f8ebc55c31dce70aeb17d84f8ebd9c4002c078",
    "fileMatch": [
      "jshint.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "options": {
      "$ref": "#/$defs/options"
    }
  },
  "id": "https://json.schemastore.org/grunt-jshint-task.json",
  "$defs": {
    "options": {
      "description": "Set the options for JSHint",
      "anyOf": [
        {
          "type": "object",
          "properties": {
            "jshintrc": {
              "description": "Either a boolean value or a string containing the file name of the jshintrc file.",
              "type": [
                "boolean",
                "string"
              ],
              "enum": [
                true
              ]
            }
          },
          "additionalProperties": false
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/grunt-jshint-task/_shared/latest--jshintrc.json#"
        }
      ]
    }
  },
  "additionalProperties": {
    "anyOf": [
      {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/grunt-jshint-task/_shared/latest--grunt-task.json#/$defs/fileFormat"
      },
      {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/grunt-jshint-task/_shared/latest--grunt-task.json#/$defs/dynamic"
      },
      {
        "type": "object",
        "properties": {
          "options": {
            "$ref": "#/$defs/options"
          }
        }
      }
    ]
  }
}
