Skip to content

Flexible property name serialization from OpenAPI documents #97

@niels-nijens

Description

@niels-nijens

Introduce a feature that enables a property to have a different serialized name in the OpenAPI definition compared to its actual name in the object. This feature would allow for greater flexibility and clarity in API design, making it possible to maintain consistent naming conventions within the codebase while presenting a more user-friendly or standardized naming scheme in the API documentation. For example, an object property named userId in the code could be serialized as user_identifier in the JSON response, aligning with different naming conventions or preferences.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To do

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions