Skip to content

Commit

Permalink
tabular information matching the spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromechanist committed Dec 31, 2024
1 parent 80d3077 commit a335ebf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/schema/rules/tabular_data/stimuli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
Stimuli:
selectors:
- suffix == "stimuli"
initial_columns:
- stimulus_id
- type
columns:
stimulus_id: required
type: required
URL: optional
license: recommended
copyright: optional
description: optional
HED: optional
filename: optional
present: optional
partDescription: optional
additional_columns: allowed_if_defined

Annotations:
selectors:
- suffix == "annotations"
initial_columns:
- annot_id
- description
columns:
annot_id: required
description: required
additional_columns: allowed_if_defined

0 comments on commit a335ebf

Please sign in to comment.