Re-exports§
pub use engine::Engine;
pub use error::Error;
pub use reference::Reference;
pub use schemas::AnyOfSchema;
pub use schemas::ArraySchema;
pub use schemas::BoolOrTypedSchema;
pub use schemas::ConstSchema;
pub use schemas::EnumSchema;
pub use schemas::IntegerSchema;
pub use schemas::NotSchema;
pub use schemas::NumberSchema;
pub use schemas::ObjectSchema;
pub use schemas::OneOfSchema;
pub use schemas::StringSchema;
pub use validation::Context;
pub use validation::Validator;
Modules§
Macros§
Structs§
- Root
Schema - A RootSchema is a YamlSchema document
- Yaml
Schema - YamlSchema is the core of the validation model
Enums§
- Const
Value - Number
- A Number is either an integer or a float
- Schema