pub fn in_list( allowed: Vec<String>, ) -> impl Fn(&str, &Value) -> Result<(), String> + Send + Sync + Clone
Validator: value must be in allowed list