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
IMO for binary responses only text examples makes sense (are possible to display e.g. in swagger) so maybe we could convert provided example ByteBuffer to string?
The text was updated successfully, but these errors were encountered:
Tapir version: 0.20.2
Scala version: 2.13.8
Describe the bug
for
out
of typebyteBufferBody
when I provided example value:generated openapi example is
java.nio.HeapByteBuffer[pos=0 lim=2018 cap=2018]
, not provided, stringified valueAdditional information
IMO for binary responses only
text
examples makes sense (are possible to display e.g. in swagger) so maybe we could convert provided exampleByteBuffer
to string?The text was updated successfully, but these errors were encountered: