-
Hi there,
I have started working with asyncapi and would like to generate the java code from a specification. The version in the specification is already v3. Do you have any plans already to suppor…
-
# THIS IS A WORK IN PROGRESS
This issue aims to explain my vision and plans for AsyncAPI Studio. Please take this as an initial proposal. It's by no means set in stone and I'd love it if we could w…
-
Allo !
Currently, when a field has "date-time" as its format, it is parsed using time.RFC3339 (it is used in multiple places):
https://github.com/lerenn/asyncapi-codegen/blob/931df74017a3269ffb2d…
-
Many API specifications includes a `version` property (e.g. OpenAPI, AsyncAPI). That property helps to identify the API version to others and it helps to identify changes between versions.
AsyncAPI…
-
### Description
Ideally, the user should not be focusing on anything that's not related to their business logic. This includes learning the AsyncAPI specification. Nobody **should be forced** to le…
-
## Why?
### Authentication / Security
One way to deal with authentication and security is to keep it like it is generally done now with a REST API in front of it. This way, it can still utilize …
-
Async API is a specification for describing event driven architecture, that aims to keep near compatibility with openapi specifications:
> Part of this content has been taken from the great work do…
-
According to the spec, AsyncAPI should have a discriminator as a string,
https://www.asyncapi.com/docs/specifications/v2.1.0#schemaObject
However, NJsonSchema generates an object instead with a pr…
-
### Description
The current documentation and tutorials are good already. However, they're not enough for most people to get started with AsyncAPI. This is usually to the fact that the specification …
-
#### Reason/Context
Even though AsyncAPI specification markdown file is located in the [spec](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md) repo, for a better UX we make it available…