Expand description
Schema validation component for XML, JSON, and YAML payloads.
Endpoint URI format: validator:<schema>
JSON Schema and YAML validation run natively in Rust. XSD validation is executed through the xml-bridge backend.
Re-exports§
pub use component::ValidatorComponent;pub use config::SchemaType;pub use config::ValidatorConfig;
Modules§
Constants§
- BRIDGE_
VERSION - Version of the Java XML bridge binary this crate is compatible with.