Skip to content

Commit

Permalink
Add stimulus and annotation entities
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromechanist committed May 6, 2024
1 parent 0950f6d commit 51fee52
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/schema/objects/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,22 @@ tracksys:
may be longer and more human readable.
type: string
format: label
stimulus:
name: stim
display_name: Stimulus
description: |
The `stim-<label>` entity can be used to distinguish stimulus files stored in the `stimuli/` directory.
This entity is only applicable to stimulus files.
type: string
format: label
annotation:
name: annot
display_name: Annotation
description: |
The `annot-<label>` entity can be used to distinguish different annotations
of the stimlus data.
This entity is only applicable to stimulus files.
type: string
format: label
2 changes: 2 additions & 0 deletions src/schema/rules/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
- density
- label
- description
- stimulus
- annotation

0 comments on commit 51fee52

Please sign in to comment.