How can I influence the treatment of Pydantic member names on generated Pydantic code from FastAPI?
When I specify the API and schema in FastAPI (OpenAPI) and let FastAPI generate the schema objects/classes, the member names are formatted snake case and get a alias name in camel case.