Skip to content

Commit 335695c

Browse files
authored
Merge pull request #550 from robertoostenveld/eeg-patch
added missing InstitutionalDepartmentName field which is present for MRI and MEG
2 parents d17a1a6 + 851dc2f commit 335695c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validators/schemas/eeg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"CogAtlasID": {"type": "string"},
88
"CogPOID": {"type": "string"},
99
"InstitutionName": {"type": "string"},
10+
"InstitutionalDepartmentName": {"type": "string"},
1011
"InstitutionAddress": {"type": "string"},
1112
"Manufacturer": {"type": "string","minLength": 1},
1213
"ManufacturersModelName": {"type": "string", "minLength": 1},

0 commit comments

Comments
 (0)