| Class | Description |
|---|---|
| Schema |
Interface representing a Json Schema
A schema could have two states: Synchronous: The validators tree can provide a synchronous validation, so you can validate your json both using and Asynchronous: One or more branches of the validator tree requires an asynchronous validation, so you must use to validate your json. |
| SchemaParser |
Parse a Json Schema.
|
| SchemaRouter |
Represents a pool where parsed schemas are addressed and cached.
|
Copyright © 2020 Eclipse. All rights reserved.