We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I do not know if the issue is something Kompendium can solve, but here is an outline of the issue:
For the Json serializer a naming strategy can be specified:
This allows the serialization and deserialization of keys in different casing. For example the schema
would serialize to
Though, Kompendium generates this spec without applying the naming strategy:
The text was updated successfully, but these errors were encountered:
interesting, i had no idea that kotlinx serialization supported across the board naming strategies.
definitely a feature we should implement. thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
I do not know if the issue is something Kompendium can solve, but here is an outline of the issue:
For the Json serializer a naming strategy can be specified:
This allows the serialization and deserialization of keys in different casing. For example the schema
would serialize to
Though, Kompendium generates this spec without applying the naming strategy:
The text was updated successfully, but these errors were encountered: