Is there a way to disable URI referencing. I have ID added as below to uniquely identify this schema however I do not want to publish the schema as the URI referenced. During validation, is there a way to disable validating the URI ?
at com.github.fge.jsonschema.core.load.URIManager.getContent(URIManager.java:115)
at com.github.fge.jsonschema.core.load.SchemaLoader$1.load(SchemaLoader.java:115)
Hi,
{ "id": "http://some.domain.com/my-schema#" "$schema": "http://json-schema.org/schema#", "description": "schema for PBA", ..... }, "definitions": { } ...