Constrains numbers to an exclusive lower bound.
The exclusive lower bound, or undefined to accept any value
A validator reporting a violation if the value is not greater than limit
Constrains strings to an exclusive lower bound.
Strings compare lexicographically.
The exclusive lower bound, or undefined to accept any value
A validator reporting a violation if the value is not greater than limit
Constrains numbers and strings to an exclusive lower bound.