diff --git a/schemas/2020-12/ietf/email/address.json b/schemas/2020-12/ietf/email/address.json index c52d072f..a2e5a839 100644 --- a/schemas/2020-12/ietf/email/address.json +++ b/schemas/2020-12/ietf/email/address.json @@ -11,6 +11,5 @@ "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", "x-links": [ "https://www.rfc-editor.org/rfc/rfc5321#section-4.1.2" ], "type": "string", - "format": "email", - "minLength": 1 + "format": "email" }