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 using an int64 type inside of my proto specification, I have overriden the JSON encoder/decoder to use a number instead of a string(int64) as I am okay with the 56bit JSON limit but I want it bigger than 32 bit.
I would like the the swagger definition to reflect the proper value.
I am using an int64 type inside of my proto specification, I have overriden the JSON encoder/decoder to use a number instead of a string(int64) as I am okay with the 56bit JSON limit but I want it bigger than 32 bit.
I would like the the swagger definition to reflect the proper value.
The model in swagger still shows
string(int64)
. Ideally it should instead show something likeinteger($int32)
It would be ideal if it respected the type option.
The text was updated successfully, but these errors were encountered: