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 upload a schema with a property using $ref, I get the error java.io.FileNotFoundException: http://example.org/abc.
I would expect that the validator does not resolve this URL and only checks if the schema is valid against the metaschema.
Hint: I think the problem is that in JsonUtils::validateJsonSchemaDocument the same validation method is used as validating a document against a schema which requires resolving the URL.
The text was updated successfully, but these errors were encountered:
When I upload a schema with a property using
$ref
, I get the errorjava.io.FileNotFoundException: http://example.org/abc
.I would expect that the validator does not resolve this URL and only checks if the schema is valid against the metaschema.
Example:
Hint: I think the problem is that in
JsonUtils::validateJsonSchemaDocument
the same validation method is used as validating a document against a schema which requires resolving the URL.The text was updated successfully, but these errors were encountered: