redocly-cli icon indicating copy to clipboard operation
redocly-cli copied to clipboard

Add support for Async API 3.0

Open IgorKarpiuk opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Upgrade linting capabilities by adding support for Async API 3.0, complementing existing support for v2.

Describe alternatives you've considered

Do nothing

IgorKarpiuk avatar Dec 08 '23 09:12 IgorKarpiuk

There is a real pain to bundle asyncapi v3 specification due to $ref resolution logic in @asyncapi/bundler

The only way today is coding. But anyway using asyncapi libraries, each file's first line is asyncapi: 3.0.0

lyudmila-petrova avatar Feb 13 '24 20:02 lyudmila-petrova