Re-exports§
pub use error::ArrayErrors;
pub use error::Error;
pub use error::Errors;
pub use error::IntoError;
pub use error::ItemErrorsMap;
pub use error::ItemVecErrorsMap;
pub use error::ObjectErrors;
pub use error::PropertyErrorsMap;
pub use error::PropertyVecErrorsMap;
pub use error::VecErrors;
Modules§
Structs§
Enums§
- Composited
- Composited use Vec or Map error.
- Literal
- Number
Traits§
- Validate
Composited Enumerate - Validate
Composited Exclusive Maximum - Validate
Composited Exclusive Minimum - Validate
Composited MaxLength - Validate
Composited MaxProperties - Validate
Composited Maximum - Validate
Composited MinLength - Validate
Composited MinProperties - Validate
Composited Minimum - Validate
Composited Multiple Of - Validate
Composited Pattern - Validate
Enumerate - Enumerate validation.
- Validate
Exclusive Maximum - Exclusive maximum validation of the number.
- Validate
Exclusive Minimum - Exclusive minimum validation of the number.
- Validate
MaxItems - Max length validation of the array items.
- Validate
MaxLength - Max length validation of the string.
- Validate
MaxProperties - Max size validation of the object properties.
- Validate
Maximum - Maximum validation of the number.
- Validate
MinItems - Min length validation of the array items.
- Validate
MinLength - Min length validation of the string.
- Validate
MinProperties - Min size validation of the object properties.
- Validate
Minimum - Minimum validation of the number.
- Validate
Multiple Of - Multipl validation of the number.
- Validate
Pattern - Pattern validation of the string.
- Validate
Unique Items - Uniqueness validation of the array items.