File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,12 @@ participant_relative:
112112 without starting with "/" (an absolute path) or "sub/"
113113 (a relative path starting with the participant directory, rather than relative to that directory).
114114 pattern : ' (?!/)(?!sub-)[0-9a-zA-Z+/_\-.]+'
115+ person_name :
116+ display_name : Name of a person
117+ description : |
118+ Name for a person in a single string with clear disambiguation of First (Given) and Last (Family)
119+ name(s). Should follow `Last Names, First Names` convention.
120+ pattern : ' .+, .+'
115121rrid :
116122 display_name : Research resource identifier
117123 description : |
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ Authors:
213213 type : array
214214 items :
215215 type : string
216+ format : person_name
216217B0FieldIdentifier :
217218 name : B0FieldIdentifier
218219 display_name : B0 Field Identifier
You can’t perform that action at this time.
0 commit comments