tazatechnology / openapi_spec

Dart based OpenAPI specification generator and parser
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Field names on Schemas not cleaned #59

Open dickermoshe opened 6 months ago

dickermoshe commented 6 months ago

The Schema for this can be found in this issue https://github.com/tazatechnology/openapi_spec/issues/58 The issue here is that a field is being named

/// No Description
@JsonKey(name: r'r@nd0m_$t#ff', includeIfNull: false) String ? r@nd0m$t#ff,

Which is invalid text for a dart variable