jsonschema-schema 0.1.0

Typed Rust representation of JSON Schema draft 2020-12
Documentation
1
2
3
4
5
6
7
8
mod ext_lintel;
mod ext_taplo;
mod ext_tombi;
mod schema;

pub use ext_lintel::LintelExt;
pub use ext_taplo::{ExtDocs, ExtLinks, TaploSchemaExt};
pub use schema::{Schema, SchemaValue, TypeValue, navigate_pointer, ref_name, resolve_ref};