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
e.g
for response as
{"authentication":{"token":"xxx","bid":6,"umail":"[email protected]"}} -- should give error (since bid is specificed as string but actually in data is an integer) for below schema -- but it does not do so. (But if in the below schema if we make either "authentication" as mandatory or we make "token&bid&umail" as mandatory, this detects the error) -- is this right behavior ?
e.g
for response as
{"authentication":{"token":"xxx","bid":6,"umail":"[email protected]"}} -- should give error (since bid is specificed as string but actually in data is an integer) for below schema -- but it does not do so. (But if in the below schema if we make either "authentication" as mandatory or we make "token&bid&umail" as mandatory, this detects the error) -- is this right behavior ?
The text was updated successfully, but these errors were encountered: