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
When using swagger with JSON object that have a minimum value of 0, you end up with a structure that contain a pointer to your value (which can be zero and valid). When using 0.22.2, this result in an error as the test case below will reproduce.
When using swagger with JSON object that have a minimum value of
0
, you end up with a structure that contain a pointer to your value (which can be zero and valid). When using 0.22.2, this result in an error as the test case below will reproduce.I am suspecting line 170 in value.go introduced by this recent commit 348543c#diff-a9025362efd5a648c10a6bf6ad93e8a7f729eb991a8fb0dd589928d0018921a2R170 from @jiuker . I don't have enough context to propose a correction, but let me know how I can help.
I would think this is a rather important problem to fix as any swagger generated code that pick this new version will get broken.
The text was updated successfully, but these errors were encountered: