Hey folks! I’m using OpenApiSpex to generate documentation and validate schemas.
The documentation is saying:
The names of the OpenAPI fields follow
snake_casenaming convention instead of OpenAPI’s (and JSON Schema’s)camelCaseconvention.
I’m wondering if there is an option or configuration that can keep snake_case for elixir code, but expose OpenAPI schemas in camelCase. I would expect this library to do these transformations automatically.






















