{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/markdown-link-check/latest.json",
  "x-lintel": {
    "source": "https://www.schemastore.org/markdown-link-check.json",
    "sourceSha256": "98be232309d2806fbd0efd6adda0834eb3a3158a40c737508863dd977d991940",
    "fileMatch": [
      ".markdown-link-check.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "ignorePatterns": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "pattern": {
            "type": "string"
          }
        },
        "required": [
          "pattern"
        ],
        "additionalProperties": false
      }
    },
    "replacementPatterns": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "pattern": {
            "type": "string"
          },
          "replacement": {
            "type": "string"
          }
        },
        "required": [
          "pattern",
          "replacement"
        ],
        "additionalProperties": false
      }
    },
    "httpHeaders": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "urls": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "headers": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      }
    },
    "timeout": {
      "type": "string"
    },
    "retryOn429": {
      "type": "boolean"
    },
    "retryCount": {
      "type": "number"
    },
    "projectBaseUrl": {
      "type": "string"
    },
    "fallbackRetryDelay": {
      "type": "string"
    },
    "aliveStatusCodes": {
      "type": "array",
      "items": {
        "type": "number"
      }
    }
  },
  "id": "https://json.schemastore.org/markdown-link-check.json",
  "additionalProperties": false
}
