| Package | Description |
|---|---|
| com.github.fge.jsonschema.keyword |
Schema validation core elements: keyword validators
|
| com.github.fge.jsonschema.main |
Main schema validation API
|
| com.github.fge.jsonschema.metaschema |
Metaschema data
|
| com.github.fge.jsonschema.syntax |
Schema syntax validation package
|
| com.github.fge.jsonschema.validator |
Core validation process
|
| Constructor and Description |
|---|
KeywordFactory(MetaSchema metaSchema) |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.addMetaSchema(MetaSchema metaSchema,
boolean byDefault) |
| Modifier and Type | Method and Description |
|---|---|
MetaSchema |
MetaSchema.Builder.build()
Build the metaschema
|
static MetaSchema |
MetaSchema.copyOf(BuiltinSchemas builtin)
Return a complete copy of a builtin metaschema
|
| Constructor and Description |
|---|
SyntaxValidator(MetaSchema metaSchema) |
| Constructor and Description |
|---|
JsonValidatorCache(MetaSchema metaSchema,
SchemaRegistry schemaRegistry) |
Copyright © 2013. All Rights Reserved.