Package com.github.fge.jsonschema.library

Schema keyword libraries

See:
          Description

Class Summary
DraftV3Library Library of all draft v3 core schema keywords and format attributes
DraftV4Library Library of all draft v4 core schema keywords and format attributes
Keyword Frozen keyword
KeywordBuilder A keyword builder -- the thawed version of a Keyword
Library A schema keyword library
LibraryBuilder Mutable version of a library
 

Package com.github.fge.jsonschema.library Description

Schema keyword libraries

A Library contains a set of keywords and all elements related to them (syntax validators, digesters and validator classes), along with format attributes.

Libraries are immutable, but you can obtain a thawed copy of them in which you can inject new keywords and format attributes (or remove existing ones).

The two predefined libraries are the draft v4 core schema library and the draft v3 core schema library.



Copyright © 2014. All Rights Reserved.