Schema.minLength

A string instance is valid against this keyword if its length is greater than, or equal to, the value of this keyword.

class Schema
@optional
ulong minLength;

Meta