JSON Schema minLength 关键字
minLength 设置最小字符数。
语法
{"type": "string", "minLength": 3}
说明
适用于密码、slug 和必填文本输入。