Skip to content

Commit 32a59ff

Browse files
added missing iEEGCoordinateSystemDescription, which is an optional field in coordsystem.json
1 parent 335695c commit 32a59ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validators/schemas/coordsystem_ieeg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"properties": {
44
"iEEGCoordinateSystem": {"type": "string","minLength": 1},
55
"iEEGCoordinateUnits": {"type": "string","minLength": 1},
6+
"iEEGCoordinateSystemDescription": {"type": "string","minLength": 1},
67
"iEEGCoordinateProcessingDescripton": {"type": "string","minLength": 1},
78
"iEEGCoordinateProcessingReference": {"type": "string","minLength": 1},
89
"IntendedFor": {"type": "string","minLength": 1}

0 commit comments

Comments
 (0)