Skip to content

Commit

Permalink
JSON Schema: Add email format for email properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jseager7 committed Jul 13, 2023
1 parent b15411d commit e8b2f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/export.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e8b2f12

Please sign in to comment.