-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Fix description of Operation Trait object #994
Comments
hi @smoya , i am interested in working on this issue. is the requirement to add something like; "messages": {
"description": "A short summary of what the messages for this operation.",
"$ref": "http://asyncapi.com/definitions/3.0.0/operation.json#/properties/messages"
}, |
No. We just should include the field
|
oh okay..thank you @smoya for the clarity....i do see an open pr #1001 by @akkshitgupta ...please do have a look at it |
Hi @smoya I am interested working on this issue. I think we just missing a "messages" word in Operationtrait.json file in descriptioon field. |
The following sentence located in the description of the Operation Trait object is wrong:
If you take a look at the fields an Operation Trait object has,
messages
field is not included.You can confirm this is by design and expected by checking its corresponding JSON Schema definition at https://github.com/asyncapi/spec-json-schemas/blob/next-major-spec/definitions/3.0.0/operationTrait.json.
We should fix that sentence.
Originally posted by @smoya in #991 (comment)
The text was updated successfully, but these errors were encountered: