pub fn is_not_empty( field: &str, value: &Value, custom: Option<&str>, ) -> Result<(), ValidationException>
Requires a JSON value to be non-empty (non-null, non-empty string/array/object).