Skip to content

Commit 06ef932

Browse files
authored
Remove unnecessary minLength on email schema (#103)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 1112eff commit 06ef932

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

schemas/2020-12/ietf/email/address.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
1212
"x-links": [ "https://www.rfc-editor.org/rfc/rfc5321#section-4.1.2" ],
1313
"type": "string",
14-
"format": "email",
15-
"minLength": 1
14+
"format": "email"
1615
}

0 commit comments

Comments
 (0)