Package com.github.fge.jsonschema.examples

Class Summary
Example1 First example: basic usage
Example10 Tenth example: registering schemas
Example2 Second example: inline schema addressing
Example3 Third example: draft v3 detection via $schema
Example4 Fourth example: schema loading via URIs, and subschema addressing
Example5 Fifth example: setting a URI namespace; relative URI resolution
Example6 Sixth example: URI redirection
Example7 Seventh example: custom URI scheme
Example8 Eighth example: augmenting schemas with custom format attributes
Example9 Ninth example: augmenting schemas with custom keywords
Example9.DivisorsKeywordValidator Custom keyword validator for Example9 It must be public because it is built by reflection.
Utils Utility class for examples