Expand description
JSON Schema to Eure Schema conversion
This crate provides functionality to convert between JSON Schema (Draft-07) and Eure Schema formats.
Re-exports§
pub use eure_to_json_schema::ConversionError;pub use eure_to_json_schema::eure_to_json_schema;pub use json_schema::JsonSchema;
Modules§
- eure_
to_ json_ schema - Conversion from Eure Schema to JSON Schema (2020-12)
- json_
schema - JSON Schema representation as Rust ADT