Skip to content

lowerCamelCase field names for python_types? #77

@lemuelf

Description

@lemuelf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions