-
Notifications
You must be signed in to change notification settings - Fork 418
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
Too aggressive field name sanitization #2622
Comments
/bounty $50 |
|
/attempt #2622
|
💡 @ekhov submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @ekhov has been awarded $50! 🎈🎊 |
Describe the bug
When generating endpoints from OpenAPI schema, all
val
s in field names are removed, which affects valid names likevalue
To Reproduce
The following
scala-cli
scriptGenerates a file
./sanitization-output/component/Bar.scala
Expected behaviour
Valid field names like
value
should not be changedThe text was updated successfully, but these errors were encountered: