Repo-wide discovery
Find JSON-family, YAML, and TOML files automatically, respect your excludes, and validate matched files in parallel.
$schema validation for every JSON, YAML, & TOML file you've
got
Give your agent this URL
https://dollarlint.dev/install/agent/ brew install --cask dollarlint/tap/dollarlint npm install -g dollarlint go install github.com/dollarlint/dollarlint/cmd/dollarlint@latest Find JSON-family, YAML, and TOML files automatically, respect your excludes, and validate matched files in parallel.
Use explicit in-file declarations, config associations, or catalog inference. Schemas can live beside your files or across the network.
Styled text for terminals, structured JSON for scripts, SARIF 2.1.0 for code scanning, and predictable exit codes for automation.
Suppress known validation issues by location or pointer while keeping the rest of the file under schema coverage.
Expose validation through MCP as a structured local tool for editors and agents, with source locations included automatically.
Prune complex schemas before compilation so large catalogs and cloud resource definitions stay practical to validate.
dollarlint init
Mint a starter .dollarlint.toml in the current directory.
dollarlint validate . Audit every supported JSON-family, YAML, and TOML file under the current directory.
dollarlint validate ./config --locations Show the line, column, and pointer for each issue so fixes start in the right place.
dollarlint validate . --format sarif --output dollarlint.sarif Generate a CI-friendly code scanning artifact.