| Interface | Description |
|---|---|
| JsonValidator |
Interface which all JSON validators must implement
|
| Class | Description |
|---|---|
| ArrayValidator |
Validator called for array instance children
|
| ContainerValidator |
Base class for container instance validation
|
| InstanceValidator |
The main validator
|
| JsonResolver |
Class responsible for JSON Reference resolution
|
| JsonValidatorCache |
Cache for JSON validators
|
| JsonValidatorCache.FailingValidator |
Class instantiated when a schema node fails to pass ref resolution or
syntax checking
|
| ObjectValidator |
Validator called for object instance children
|
| SchemaNode |
Representation of a schema node
|
You will normally never use these classes directly. They are spawned by
JsonSchema instances to proceed to
the validation itself.
Copyright © 2012. All Rights Reserved.