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