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 I try to give a number for UserName as given in Sample Json 1, ValidationException is thrown with Message "expected type: String, found: Integer".
When I try to give a number in range of Long for UserName as given in Sample Json 2, ValidationException is thrown with Message "expected type: String, found: Long".
When I try to give a huge number out of range of Long for UserName as given in Sample Json 3, Validation is passing without any error. But as it is not a String value, it has to throw ValidationException.