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