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 am trying to return a Json schema in my servant endpoint.
I tried to derive generically ToSchema Schema but it failed because of orderedmaps
I tried a manual instance but it doesn't pass the openapi validators ofc.
I am trying to return a Json schema in my servant endpoint.
I tried to derive generically
ToSchema Schema
but it failed because of orderedmapsI tried a manual instance but it doesn't pass the openapi validators ofc.
I wish the instance would live in openapi3.
The text was updated successfully, but these errors were encountered: