[][src]Module jsl::validator

Validate input data against schemas.

This module contains logic related to validation, the process of taking a piece of input data (called an "instance") and checking if it's valid according to a schema.

See the docs for Validator for more.

Structs

Config

Configuration for how validation should proceed.

ValidationError

Contains a single problem with an instance when evaluated against a schema.

Validator

Validates instances against schemas.