Package com.github.fge.jsonschema.ref

JSON Reference related classes

See: Description

Package com.github.fge.jsonschema.ref Description

JSON Reference related classes

The main package which reprensents a JSON Reference is JsonRef.

Fragments play a particularly important role in JSON References, as such there is a dedicated JsonFragment class to help resolve a fragment into a JSON schema. While the JSON reference draft dictates that fragments be JSON Pointers, JSON Schema currently allows fragments which are not JSON Pointers.

Copyright © 2013. All Rights Reserved.