rsonschema 0.1.16

A fast, simple, user-friendly JSON Schema validator for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
/// The module containing the common utils
pub mod common;
/// The module containing the inner schemas definitions
mod inner;
/// The module containing the validation keywords
mod keyword;
/// The module containing the object schema definitions
mod object;
/// The module containing the root schema definition
mod root;