Package com.github.fge.jsonschema.uri

Classes to handle downloading of JSON documents using any URI scheme

See: Description

Package com.github.fge.jsonschema.uri Description

Classes to handle downloading of JSON documents using any URI scheme

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:

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.