@dry-lint/asyncapiPart of the dry-lint monorepo.
This plugin extracts operations, components, and message schemas from AsyncAPI specifications (asyncapi.yaml / asyncapi.json) so you can detect duplicate or similar message contracts.
bun add -D @dry-lint/asyncapi
Add it to your .drylintrc.json:
{
  "plugins": ["@dry-lint/asyncapi"]
}
Then run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.