We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6803f7a + 445b6eb commit 27c2521Copy full SHA for 27c2521
bioimageio/spec/rdf/v0_2/schema.py
@@ -31,7 +31,7 @@ class Attachments(_BioImageIOSchema, WithUnknown):
31
class _Person(_BioImageIOSchema):
32
name = fields.Name(bioimageio_description="Full name.")
33
affiliation = fields.String(bioimageio_description="Affiliation.")
34
- email = fields.Email()
+ email = fields.Email(bioimageio_description="E-Mail")
35
github_user = fields.String(bioimageio_description="GitHub user name.") # todo: add validation?
36
orcid = fields.String(
37
validate=[
0 commit comments