You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using serde's rename_all_fields on an enum together with schemars, the fields are not properly renamed in the schema.
Only explicitly renaming each and every field renames them.
Description
When using serde's rename_all_fields on an enum together with schemars, the fields are not properly renamed in the schema.
Only explicitly renaming each and every field renames them.
How to reproduce
Output:
❗ comments are mine
The text was updated successfully, but these errors were encountered: