data.email should NOT be shorter than 8 characters #845

This commit is contained in:
nikhen 2021-09-12 15:01:55 +02:00
parent 0f0a672275
commit ce503232c3

View File

@ -153,7 +153,7 @@
"example": "john@example.com",
"format": "email",
"type": "string",
"minLength": 8,
"minLength": 6,
"maxLength": 100
},
"password": {