| Package | Description |
|---|---|
| io.vertx.ext.json.schema.reactivex | |
| io.vertx.reactivex.ext.web.validation |
| Class and 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.
|
| Class and Description |
|---|
| SchemaParser
Parse a Json Schema.
|
Copyright © 2020 Eclipse. All rights reserved.