-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Extend google.protobuf.EnumOptions #2855
Conversation
gen: annotations pb docs and proto updates of enum options regenerate files avoid updateswaggerObjectFromJSONSchema overwrite openapiSchemaObject with empty string regenerate files
It seems that |
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.
This looks good, with the exception of those required
arrays! I'm going to rope in @ivucica who has done a lot of work in this domain for a review as well.
"required": [ | ||
"uuid", | ||
"int64Value", | ||
"doubleValue" | ||
], |
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.
This doesn't look right, this should only apply to the messages that contain these fields. A bug?
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.
It may be worthwhile for you to rebase on main
, we just merged a PR that did some work around required fields.
any progress on this? i'm also interested in this |
Still waiting for review from @ivucica |
Could you also please rebase/merge in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Close PR for it is stale now. |
Close #2671