fix: use latest AsyncAPI instead of specific version
Signed-off-by: River Phillips <riverphillips1@gmail.com>
This commit is contained in:
@@ -782,7 +782,7 @@ Describes the following entity kind:
|
||||
|
||||
An API describes an interface that can be exposed by a component. The API can be
|
||||
defined in different formats, like [OpenAPI](https://swagger.io/specification/),
|
||||
[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/),
|
||||
[gRPC](https://developers.google.com/protocol-buffers), or other formats.
|
||||
|
||||
@@ -838,7 +838,7 @@ The current set of well-known and common values for this field is:
|
||||
- `openapi` - An API definition in YAML or JSON format based on the
|
||||
[OpenAPI](https://swagger.io/specification/) version 2 or version 3 spec.
|
||||
- `asyncapi` - An API definition based on the
|
||||
[AsyncAPI](https://www.asyncapi.com/docs/reference/specification/v3.0.0) spec.
|
||||
[AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest) spec.
|
||||
- `graphql` - An API definition based on
|
||||
[GraphQL schemas](https://spec.graphql.org/) for consuming
|
||||
[GraphQL](https://graphql.org/) based APIs.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user