See: Description
The following URI schemes are supported by default: http, file, ftp, resource and jar.
You can use classes in this package to extend the list of supported schemes, by:
URIDownloader,
com.github.fge.jsonschema.main.JsonSchemaFactory.Builder#registerScheme(
String, com.github.fge.jsonschema.load.URIDownloader).Note about jar relative URI resolutions: due to the very nature of
jar URIs, normal URI resolving rules cannot be applied. This
implementation ensures that relative ref resolutions happen correctly, even
though this is a violation of the URI specification.
Copyright © 2013. All Rights Reserved.