-
-
Notifications
You must be signed in to change notification settings - Fork 288
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: remove action and channel fields from Operation Trait Object #860
fix: remove action and channel fields from Operation Trait Object #860
Conversation
Kudos, SonarCloud Quality Gate passed! |
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.
makes sense to me
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.
LGTM 👍
@magicmatatjahu fyi you have 3 approvals out of 5 codeowners, you can merge when you're ready will you update JSON Schema? |
Yes I will. If 3 people are in favor of it (are you too? 😄) then I merge it. |
in favour of what 😅 |
Of my changes in this PR 😆 |
You have 3 approvals |
/rtm |
🎉 This PR is included in version 3.0.0-next-major-spec.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
title: "remove action and channel fields from Operation Trait Object"
Related issue(s):
#856
This PR only shows what changes should be done described in the mentioned issue (#856). If we decide to leave these fields, I will close the PR.
I think the ability to define
channel
andaction
at the trait level is bad, because both fields are required by the operation itself.