jsonschema-schema 0.2.0

Typed Rust representation of JSON Schema draft 2020-12
Documentation
1
2
3
4
5
6
7
8
9
mod intellij;
mod lintel;
mod taplo;
mod tombi;

pub use intellij::{EnumValueMeta, IntellijSchemaExt};
pub use lintel::LintelSchemaExt;
pub use taplo::{ExtDocs, ExtLinks, TaploInfoSchemaExt, TaploSchemaExt};
pub use tombi::TombiSchemaExt;