Package com.github.tnakamot.json.schema

This package provides classes for JSON Schema 2019-09.

Note that this library internally uses URI in the standard Java library to handel URIs. According to javadoc of Java 11, it conforms to RFC 2396 and RFC 2732. However, the specification of JSON Schema 2019-09 refers to RFC 3986 for the use of URIs. Therefore, this package is not fully compliant with the JSON Schema specification in this sense.

See Also:
JSON Schema