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
I simplified the inner type to String but it doesn't change the fact, that the resolved type name will be UserId.Type, which in the end results in Map_Type_Type. I tried to find a way to work around this, but so far without success. Maybe it's the newtype library that could change the Type type to something like UserIdType 🤔
tho this surely needs some work to also handle newtypes with generic params and I do not know the implications of always naming those for compatibility and other schema interactions
Tapir version: 1.10.8
Scala version: 2.13.14
Describe the bug
both Keys and Values are incorrectly named in map schemas - most probably also in other cases
resulting docs for code example:
How to reproduce?
Additional information
The text was updated successfully, but these errors were encountered: