@dry-lint/json-schema
v3.0.0
Published
Detect duplicate or near-duplicate definitions in JSON Schema documents.
Maintainers
Readme
@dry-lint/json
Part of the dry-lint monorepo.
Extracts keys, structures, and nested shapes from JSON files (.json) so you can detect duplicate or redundant JSON structures in your data, config files, or schema documents.
Install
bun add -D @dry-lint/jsonConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/json"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
