JSON Schema (draft v4) validation utilities.
| Name | Description |
|---|---|
Validator | Interface for a schema validator. |
| Name | Description |
|---|---|
makeSchemaValidator | Makes a validator for schemas. You should probably check your schema with this before you use makeValidator(). |
makeValidator | Make a validator that can be used to check various json. Thread-safe. |