Using JAX-RS, how can I change the name of a parameter in a schema? I especially want to have parameters in snake case, but java/kotlin variables in camel case.
For examp