Skip to main content

Crate camel_component_validator

Crate camel_component_validator 

Source
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§

compiled
component
config
error
proto
xsd_bridge

Constants§

BRIDGE_VERSION
Version of the Java XML bridge binary this crate is compatible with.