feat: parser change for https://github.com/asyncapi/spec/issues/1129#1190
feat: parser change for https://github.com/asyncapi/spec/issues/1129#1190deepamariapolson wants to merge 2 commits into
Conversation
|
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|



This implementation adds support for expressing both AND and OR logic in security requirements for AsyncAPI 3.x, addressing the limitation where only OR semantics were previously supported.
Changes Made
Related Issue(s)
This change follows the proposal outlined in PR #1135. Please review the parser changes.
Corresponding json-spec-changes are mentioned in
asyncapi/spec-json-schemas#624