Jonas Lagoni
Jonas Lagoni
--- Abstract --- The current reference object is no longer sufficient as we need to support non-JSON references, i.e. we can no longer solely rely on [JSON Reference](https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-03). The main...
In the [release process it states](https://github.com/asyncapi/spec/blob/master/RELEASE_PROCESS.md#next-steps): >Notify maintainers of the following repositories that the first feature is merged and that release will be produced and therefore they need to start...
This PR is created upfront to reflect on a daily basis what things are included in the release. Also, the reason to create this PR a long time before the...
Release 3.0.0 is scheduled for (yea nothing has been decided yet🤷). Depends upon how many champion issues. ## Detailed info - https://github.com/asyncapi/spec/blob/master/RELEASE_PROCESS.md ## Kick-off - Release coordinating and contributing: https://www.youtube.com/watch?v=9lJY5NcLMKY...
This question emerged when @smoya wanted to make the channels field optional - https://github.com/asyncapi/spec/issues/661 This change, might not be a breaking change to the spec itself, however, for tooling that...
> This issue is different from #649 as this issue only focuses on when a reference can be used, and not the internal behavior of such reference. ### The problem...
**User story.** As a user, I want to enforce all message payloads to always contain a JSON object as the top-level message payload. **Describe the solution you'd like** I want...
**User story.** As a user I want to enforce a specific suffix for date/time properties, to ensure consistency. **Describe the solution you'd like** More precisely I want to force `_at`...
**User story.** As a user, I want to force the snake_case format for all properties. **Describe the solution you'd like** I think it makes sense for the rule to only...
**User story.** As a user, I want to decide the level of reference matching for a rule. **Is your feature request related to a problem?** In AsyncAPI we can define...