-
The rendering seems to be getting it wrong when "reply:" is present in an operation definition.
Operation OnBlockRun1 is a SEND yet it is rendered as RECEIVE.
Operation OnBlockRun2 is rendered c…
-
With OpenAPI when I define component like this:
```yaml
Obj1:
type: object
description: "Any valid JSON payload to be passed through for processing"
additionalProperties:…
-
Hey, I use both async(fro streams) and open(for rest) api. And it's quite common case when it's needed to use some structure for requests and streams at the same time:
```yaml
Type:
payload…
-
### Describe the bug.
The CLI tool now accepts asyncapi bundle for v3 documents (thanks to fix of issue https://github.com/asyncapi/cli/issues/1137). However, it does not work as I expected, but of c…
-
- This ticket is only about custom types for messages (not actual specification of endpoints)
- Look into how rust traits could be used here
- Also think about validation (regex, length etc)
-
**Describe the bug**
1) In some way you describe the message, for example:
```python
@dataclass
class Input:
value: int
```
2) Describe the handler with this message:
```python
@broker.…
-
Following up the [presentation by the Microcks team to the SIG events](https://github.com/cdfoundation/sig-events/blob/main/docs/SIG%20Meeting%20Notes%20current.md#july-3), there is an opportunity for…
-
Current API is just a websocket server where validation errors are being published.
This is now ok since we are just on a very early development stage, however in the future integrations with other …
smoya updated
2 years ago
-
#### Describe the bug
When using this code generator template it was spitting out an unclear error with the attached file [asyncapi.zip](https://github.com/asyncapi/java-spring-cloud-stream-template/…
-
# Introduction
This proposal is to add a `version` field into the [message object](https://github.com/asyncapi/spec/blob/master/spec/asyncapi.md#message-object). This is to allow a more granular vers…