camel-component-validator 0.7.0

Validator component for rust-camel (XSD, JSON Schema, YAML)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# camel-component-validator

Validator component for rust-camel supporting XSD, JSON Schema, and YAML schema validation.

## URI format

`validator:path/to/schema[?type=xml|json|yaml]`

If `type` is omitted, schema type is inferred from file extension.

## Startup behavior

Schema is compiled and cached when the validator endpoint is created.

## Build requirement

XSD validation is delegated to `xml-bridge` (gRPC backend) and no longer depends on `libxml2` in this crate.