-
Adding support for AsyncAPI definitions would extend the types of workflows that can be described with Arazzo, as many organizations are now combining Request/Response APIs (OpenAPI) with Event-Driven…
-
An unfortunate left over from the draft phase was mentions of `$message` within the runtime expression section. This was there when AsyncAPI support was in scope.
In order to improve clarity we sho…
-
Specification: https://www.asyncapi.com/en
Example: https://github.com/AssemblyAI/assemblyai-api-spec/blob/main/asyncapi.yml
-
# Context
The overlap in specification between AsyncAPI and OpenAPI specs allows the combining of common models across both.
Example:
./models/foo.yaml
```yaml
openapi: 3.1.…
-
**Describe the feature request**
Currently Springwolf only allows for one AsyncAPI document to be provided by a service. The only limiting option about 'which' channels/operations etc go into said As…
-
### What Dev Docs changes are you proposing?
I know that this might come off as a rant or overly critical, but it is coming from a place of wanting to see this project succeed. I think this is a grea…
-
AsyncAPI is a sister specification to OpenAPI for describing asynchronous (e.g. message queuing) APIs. AsyncAPI is gaining some traction in the industry and by producing an emitter for this we could d…
-
https://www.asyncapi.com/, since openapi does not have websocket specification
-
### Description:
Currently, the examples in the specs are shown in two variants (JSON and YAML) and displayed vertically one below the other. This increases the scrolling effort of the readers.
…
-
## Expected Behavior
When an asyncapi document is edited, setting a tag on operation or operation traits should save the tag and allow to continue editing.
## Actual Behavior
When tag is set, `Ty…