negative
$negative
Validates that a numeric value is negative (less than 0).
Input must already be a number; use $number in a prior normalizer if coercion from string is needed.
See also
$positivefor the opposite constraint$rangefor more explicit control (e.g. "non-positive, less than or equal to 0")