Open oSumAtrIX opened 3 weeks ago
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:
interesting, i had no idea that kotlinx serialization supported across the board naming strategies.
definitely a feature we should implement. thanks for reporting!
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: