lowerCamelCase field names for python_types?
Open
- Dominant language
- Python
- Stars
- 413
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to use lowerCamelCase format for field names for the Python types like the following?
```
struct Person
firstName String
lastName String
```
I'm writing a spec for an API with a lowerCamelCase format for field names but the generated Python types for it changed the field names to underscore format.
Contributor guide
Assessment
This issue has not been assessed yet.