From e8b2f12b87bb7307867027cc4120857f97a6b056 Mon Sep 17 00:00:00 2001 From: James Seager Date: Thu, 13 Jul 2023 14:11:04 +0100 Subject: [PATCH] JSON Schema: Add email format for email properties --- etc/export.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/export.schema.json b/etc/export.schema.json index e579f2a12..df4491259 100644 --- a/etc/export.schema.json +++ b/etc/export.schema.json @@ -249,7 +249,8 @@ "email": { "title": "Annotation curator email", "description": "The email address of the curator who created the annotation.", - "type": "string" + "type": "string", + "format": "email" }, "name": { "title": "Annotation curator name",