-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Proposal to create new Message Example Object #606
Comments
Yeah, I think it would be a great idea 👍 Just a comment on the process side of things. For the proposal to be Stage 1 (RFC 1) it has to be a PR, not an issue: https://github.com/asyncapi/spec/blob/master/CONTRIBUTING.md#stage-1-proposal. It's ok as I don't want to be picky but thought you'd like to know 😊 |
You're absolutely right ;] I'll read the document and align my efforts with the established processes. |
Formal proposal has been issued via PR: #609 |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
We can close this. The proposal has been accepted, merged and became part of 2.2.0. |
Current situation is that
Message.examples
andMessageTrait.examples
are using generic type of[Map[string, any]]
. Then the description ofexamples
field provide more structure:IMHO this description warrants a new
Message Example Object
with fixed fields, instead of defining the structure with generic type and description. I propose to introduce newMessage Example Object
with following definition:Message Example Object
<description placeholder>
Fixed Fields
Map[string, any]
<description placeholder>
any
<description placeholder>
string
string
Message.examples
andMessageTrait.examples
type will subsequently change to[Message Example Object]
The text was updated successfully, but these errors were encountered: