You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/include_access_model/datamodel/include_access_model_pydantic.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@ class Investigator(Record):
449
449
450
450
name: Optional[str] =Field(default=None, title="Name", description="""Name of the entity.""", json_schema_extra= { "linkml_meta": {'domain_of': ['VirtualBiorepository', 'Investigator']} })
451
451
institution: Optional[str] =Field(default=None, title="Institution", description="""Name of the institution this record is associated with.""", json_schema_extra= { "linkml_meta": {'domain_of': ['VirtualBiorepository', 'Investigator']} })
452
-
invesitgator_title: Optional[str] =Field(default=None, title="Investigator Title", description="""The title of the Investigator, eg, \"Assistant Professor\"""", json_schema_extra= { "linkml_meta": {'domain_of': ['Investigator']} })
452
+
investigator_title: Optional[str] =Field(default=None, title="Investigator Title", description="""The title of the Investigator, eg, \"Assistant Professor\"""", json_schema_extra= { "linkml_meta": {'domain_of': ['Investigator']} })
453
453
email: Optional[str] =Field(default=None, title="Email Address", description="""An email address to reach the entity.""", json_schema_extra= { "linkml_meta": {'domain_of': ['Investigator']} })
454
454
external_id: Optional[list[str]] =Field(default=[], title="External Identifiers", description="""Other identifiers for this entity, eg, from the submitting study or in systems like dbGaP""", json_schema_extra= { "linkml_meta": {'domain_of': ['Record']} })
0 commit comments