-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Protobuf-Schema] Add enum as model support #10868
Conversation
Had to revert ClassName modification, because name didn't match the reference in message. Model inside postProcessOperationsWithModels doesn't have isEnum set to true so I decided to go this way. |
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors. Let me know if you need help fixing it. |
…pi-generator into protobuf-model-enum
Thanks for the info. I hope I did it properly. Did it for the other branches aswell. #10892 and #10893. |
LGTM. |
resolves #10867
Resources:
Codegen
Set ClassName to match the enumName when used as CodegenProperty