{
  "$schema": "../sireg.schema.json",
  "name": "Example URL file check",
  "sources": [
    {
      "type": "file",
      "path": "examples/simple-test-urls.txt"
    }
  ],
  "checks": {
    "expectedStatus": "2xx",
    "concurrency": 4,
    "timeout": 10000
  },
  "reports": [
    {
      "type": "console"
    },
    {
      "type": "markdown",
      "path": "reports/sireg.md"
    },
    {
      "type": "html",
      "path": "reports/sireg.html"
    }
  ]
}
