| Class | Description |
|---|---|
| JsonSchemaValidator |
Validates json payloads against json schemas compliant with drafts v3 and v4.
|
| JsonSchemaValidator.Builder |
An implementation of the builder design pattern to create
instances of
JsonSchemaValidator. |
| ValidateJsonSchemaMessageProcessor |
A
MessageProcessor that uses a JsonSchemaValidator
to validate a json in the payload to a given schema |
| Enum | Description |
|---|---|
| JsonSchemaDereferencing |
Draft v4 defines two dereferencing modes:
JsonSchemaDereferencing.CANONICAL and JsonSchemaDereferencing.INLINE |
| Exception | Description |
|---|---|
| JsonSchemaValidationException |
Exception to signal that a given json did not
pass validation against a json schema
|
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.