min
Purpose
Ensures a value does not fall below a minimum value.Examples
age min: new Date()
price min: 0FDescription
Sets the minimum value of a class that implementsjava.lang.Comparable. The type of the value must be the same as the property.This constraint influences schema generation.Error Code: className.propertyName.min.notmet

