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