Class | Description |
---|---|
FormatAttributes |
Utility class for builtin format attributes
|
KeywordRegistries | Deprecated |
KeywordRegistry |
Class holder for schema keywords and format attributes
|
KeywordValidators |
Utility class for builtin keyword validators
|
MetaSchema |
Metaschema main class
|
MetaSchema.Builder | |
SchemaURIs | Deprecated
use
MetaSchema instead |
SyntaxCheckers |
Utility class for builtin syntax checkers
|
Enum | Description |
---|---|
BuiltinSchemas |
Enumeration of builtin metaschemas
|
This package centralizes all defined syntax checkers, keyword validators and format attributes for a given JSON Schema version. Builtin versions are draft v3 and (next to come) draft v4.
The class of real interest here is MetaSchema
. Do not use any other class
directly.
See also com.github.fge.jsonschema.examples
.
Copyright © 2013. All Rights Reserved.