Interface | Description |
---|---|
JsonSchema |
A Json-Schema holder.
|
Schema | Deprecated
users should migrate to the new validator
|
SchemaParser | Deprecated
users should migrate to the new validator
|
SchemaRepository |
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.
|
SchemaRouter | Deprecated
users should migrate to the new validator
|
Validator |
A validator, validates some input object using a well known schema.
|
Class | Description |
---|---|
JsonSchemaOptions |
Configuration options for the Json-Schema validator
|
JsonSchemaOptionsConverter |
Converter and mapper for
JsonSchemaOptions . |
OutputUnit | |
OutputUnitConverter |
Converter and mapper for
OutputUnit . |
SchemaRouterOptions | Deprecated
users should migrate to the new validator
|
SchemaRouterOptionsConverter |
Converter and mapper for
SchemaRouterOptions . |
Enum | Description |
---|---|
Draft |
Json-Schema drafts.
|
OutputFormat |
Json-Schema defines how validators should output the validation result for interop.
|
Exception | Description |
---|---|
NoSyncValidationException | Deprecated
users should migrate to the new validator
|
SchemaException |
This class represents an error while parsing a
Schema |
ValidationException |
This is the main class for every Validation flow related errors
|
Copyright © 2023 Eclipse. All rights reserved.