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
If I load the following JSON Schema using SchemaLoader.load(new JSONObject(new JSONTokener(schemaJson))) an IllegalArgumentException is thrown. This is because the meta-schema URL is incorrect.
I think that a SchemaException should be thrown in this case and have also the schemaLocation set.
If I load the following JSON Schema using
SchemaLoader.load(new JSONObject(new JSONTokener(schemaJson)))
anIllegalArgumentException
is thrown. This is because the meta-schema URL is incorrect.I think that a
SchemaException
should be thrown in this case and have also theschemaLocation
set.The text was updated successfully, but these errors were encountered: