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
@chuwy Thanks for the confirmation that the unit tests work. Difference language handlers JSON differently and we have encountered several issues when implementing JSON schema in Java.
Having this JSON Schema:
And following two JSON instances:
Former fails with
[$.int: number found, integer expected]
, while latter is successfully validated.Tried with 1.0.5 - 1.0.10 version of the library.
The text was updated successfully, but these errors were encountered: