pub type ValidationFn = Box<dyn Fn(&Value) -> Result<(), String> + Send + Sync>;
pub struct ValidationFn(/* private fields */);