When using the `bump validate` command it could make sense to add a `--strict` flag to enable OpenAPI/AsyncAPI spec verification. - For OpenAPI we could use - The Mermade developed/maintained [`oas-validator` library](https://www.npmjs.com/package/oas-validator) - The AsyncAPI community maintained library [`@asyncapi/openapi-schema-parser`](https://github.com/asyncapi/openapi-schema-parser#readme) - For AsyncAPI we could use the “official” community developed library [`@asyncapi/parser`](https://github.com/asyncapi/parser-js)