feat: add asyncapi 3.0 (#1620)

This commit is contained in:
Alex Varchuk
2024-07-24 11:29:24 +03:00
committed by GitHub
parent 9c3263266f
commit 48f1401844
60 changed files with 4277 additions and 53 deletions

View File

@@ -15,6 +15,7 @@ Redocly CLI supports the following linting approaches with AsyncAPI documents:
- AsyncAPI document validation, including full binding validation for [supported protocols](#supported-protocols).
- Supported versions:
- [AsyncAPI 3.0](https://www.asyncapi.com/docs/reference/specification/v3.0.0)
- [AsyncAPI 2.6](https://v2.asyncapi.com/docs/reference/specification/v2.6.0)
- earlier versions in the 2.x family may also validate successfully
- Built-in rules for checking common standards requirements (see the [list of AsyncAPI rules](#asyncapi-rules)).