Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #1399 from nikhen/i845
data.email should NOT be shorter than 8 characters #845
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -153,7 +153,7 @@ | ||
"example": "john@example.com", | ||
"format": "email", | ||
"type": "string", | ||
"minLength": 6, | ||
"maxLength": 100 | ||
}, | ||
"password": { | ||