-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: port components model #548
refactor: port components model #548
Conversation
src/models/components.ts
Outdated
externalDocs(): Record<string, ExternalDocumentationInterface>; | ||
tags(): Record<string, TagInterface>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More info asyncapi/spec#792
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you adding components that have yet to be accepted into the spec? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not? Operations in 3.0.0 will land in components
anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cause if the changes are rejected, they should not already be part of the parser 🙂 You still follow RFC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, removed :P
Kudos, SonarCloud Quality Gate passed! |
@jonaslagoni Thanks! |
/rtm |
Description
Components
modelRelated issue(s)
Part of #481
Part of #482
cc @smoya