positive
$positive
Validates that a numeric value is positive (greater than 0).
Input must already be a number; use $number in a prior normalizer if coercion from string is needed.
See also:
$negativeto enforce the opposite constraint$rangeif you want "non-negative" ( greater than or equal to 0) semantics.