File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,15 @@ properties:
269
269
type : array
270
270
items :
271
271
type : string
272
+ electrodes :
273
+ description : ' Electrodes file'
274
+ type : object
275
+ required : [path]
276
+ additionalProperties : false
277
+ properties :
278
+ path :
279
+ description : ' Path to associated electrodes file'
280
+ type : string
272
281
coordsystem :
273
282
description : ' Coordinate system file'
274
283
type : object
Original file line number Diff line number Diff line change
1
+ ---
2
+ iEEGElectrodesRequired :
3
+ issue :
4
+ code : IEEG_ELECTRODES_REQUIRED
5
+ message : |
6
+ iEEG data files must have an associated electrodes.tsv.
7
+ A single electrodes file may apply to multiple data files
8
+ via the inheritance principle.
9
+ level : error
10
+ selectors :
11
+ - suffix == "ieeg"
12
+ - extension != ".json"
13
+ checks :
14
+ - associations.electrodes.path != ""
You can’t perform that action at this time.
0 commit comments