fix: use latest AsyncAPI instead of specific version

Signed-off-by: River Phillips <riverphillips1@gmail.com>
This commit is contained in:
River Phillips
2024-01-02 15:18:20 +00:00
parent 21365bd5f6
commit 76b2ea6a49
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ The plugin provides a standalone list of APIs, as well as an integration into th
Right now, the following API formats are supported:
- [OpenAPI](https://swagger.io/specification/) 2 & 3
- [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/v3.0.0)
- [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest)
- [GraphQL](https://graphql.org/learn/schema/)
Other formats are displayed as plain text, but this can easily be extended.