//! JSON-Schema validation of `evals.json` and pipeline artifacts.
//!
//! Validates with the `jsonschema` crate against the bundled `schema/*.json`
//! (embedded at compile time via `include_str!`).
pub use ;
pub use ValidationError;
pub use validate_evals_config;
pub use ;