| Class | Description |
|---|---|
| FormatAttributes |
Utility class for builtin format attributes
|
| KeywordRegistries |
Builtin keyword and format attribute registries
|
| KeywordRegistry |
Class holder for schema keywords and format attributes
|
| KeywordValidators |
Utility class for builtin keyword validators
|
| SchemaURIs |
Utility class to distribute schema URIs
|
| SyntaxCheckers |
Utility class for builtin syntax checkers
|
| Enum | Description |
|---|---|
| BuiltinSchema |
Enumeration of the builtin schemas
|
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.
Packages in this class are also the basis for extending JSON Schema to match your needs (adding keywords and format attributes).
See also org.eel.kitchen.jsonschema.examples.
Copyright © 2013. All Rights Reserved.