You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of unused models, but more there is some errors that need patching. There is also a casing Problem where Default needs to be default. I am providing 2 patches that I used with help from AI to fix these. I would not use the patches as id but as a reference.
Bug Description
I have been working to automate CI generation of hyperswitch's SDK client in java at https://github.com/LumeWeb/hyperswitch-java-client/ and found the v2 has an error with openapigenerator.
There is a lot of unused models, but more there is some errors that need patching. There is also a casing Problem where
Default
needs to be default. I am providing 2 patches that I used with help from AI to fix these. I would not use the patches as id but as a reference.Expected Behavior
It should validate without errors (or ideally warnings)
Actual Behavior
It has both errors and warnings
Steps To Reproduce
create
openapi_spec.json
and rundocker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli validate -i /local/openapi_spec.json
Context For The Bug
No response
Environment
github actions.
Have you spent some time checking if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: