pub trait Validator { // Required method fn validate(&self, item: &Value, _: &str) -> ValidatorResult; }