pub type ValidatorFn = Box<dyn Fn(&Value, &str) -> Result<()> + Send + Sync>;
Custom validator function type
pub struct ValidatorFn(/* private fields */);