Skip to content

Commit 95db096

Browse files
Fix YAML and Markdown linting issues
- Remove extra blank line in stimuli.md - Break long lines in schema YAML files to meet 120 character limit - Fix descriptions in entities.yaml, columns.yaml, and suffixes.yaml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 13ee4d1 commit 95db096

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

src/modality-agnostic-files/stimuli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ A guide for using macros can be found at
3737
}
3838
}) }}
3939

40-
4140
Note: The presence of the `stimuli.tsv` file indicates that the content of the `/stimuli` directory follows this BIDS specification for stimulus organization.
4241

4342
### Stimulus File Formats

src/schema/objects/columns.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,8 @@ annot_id:
871871
name: annot_id
872872
display_name: Annotation Identifier
873873
description: |
874-
Unique identifier for a specific annotation set applying to a stimulus or group of stimuli. Links to annotation files (for example, `*_annot-<label>_events.tsv`).
874+
Unique identifier for a specific annotation set applying to a stimulus or group of stimuli. Links to annotation
875+
files (for example, `*_annot-<label>_events.tsv`).
875876
type: string
876877
copyright:
877878
name: copyright
@@ -890,7 +891,8 @@ partDescription__stimuli:
890891
name: partDescription
891892
display_name: Stimulus Part Description
892893
description: |
893-
Free-form text description of a specific part of a stimulus, relevant when the stimulus is split into multiple files using the `part` entity.
894+
Free-form text description of a specific part of a stimulus, relevant when the stimulus is split into multiple
895+
files using the `part` entity.
894896
type: string
895897
present:
896898
name: present

src/schema/objects/entities.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ part:
225225
When there is only a magnitude image of a given type, the `part` entity MAY be
226226
omitted.
227227
228-
For stimulus files, ‍`part-<label>` can be used to distinguish different parts of a single stimulus, such as chapters in an audiobook or segments of a long movie (for example, `part-1`, `part-2`, `part-epilog`, `part-chapter1`).
228+
For stimulus files, ‍`part-<label>` can be used to distinguish different parts of a single stimulus, such as
229+
chapters in an audiobook or segments of a long movie (for example, `part-1`, `part-2`, `part-epilog`,
230+
`part-chapter1`).
229231
type: string
230232
format: label
231233
enum:

src/schema/objects/suffixes.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -882,23 +882,26 @@ audio:
882882
display_name: Audio stimulus file
883883
description: |
884884
Any data file used as an audio stimulus. Media files usually have an audio file type (such as wav, mp3, aac, ogg).
885-
The JSON sidecar associated with each media file should contain information to describe the origin and the nature of the media.
885+
The JSON sidecar associated with each media file should contain information to describe the origin and the
886+
nature of the media.
886887
However, in the case of the imposed distribution restrictions of the stimulus, the media stimulus file may not be
887888
present with only JSON sidecar file containing the aforementioned pertinent metadata.
888889
image:
889890
value: image
890891
display_name: Image stimulus file
891892
description: |
892893
Any data file used as an image stimulus. Media files usually have an image file type (such as jpg, png, svg).
893-
The JSON sidecar associated with each media file should contain information to describe the origin and the nature of the media.
894+
The JSON sidecar associated with each media file should contain information to describe the origin and the
895+
nature of the media.
894896
However, in the case of the imposed distribution restrictions of the stimulus, the media stimulus file may not be
895897
present with only JSON sidecar file containing the aforementioned pertinent metadata.
896898
video:
897899
value: video
898900
display_name: Video stimulus file
899901
description: |
900902
Any data file used as a video stimulus. Media files usually have a video file type (such as mp4, avi, mkv, webm).
901-
The JSON sidecar associated with each media file should contain information to describe the origin and the nature of the media.
903+
The JSON sidecar associated with each media file should contain information to describe the origin and the
904+
nature of the media.
902905
However, in the case of the imposed distribution restrictions of the stimulus, the media stimulus file may not be
903906
present with only JSON sidecar file containing the aforementioned pertinent metadata.
904907
audiovideo:
@@ -907,6 +910,7 @@ audiovideo:
907910
description: |
908911
Any data file used as an audiovideo stimulus. Media files usually have an audiovideo file type (such as mp4, avi,
909912
mkv, webm).
910-
The JSON sidecar associated with each media file should contain information to describe the origin and the nature of the media.
913+
The JSON sidecar associated with each media file should contain information to describe the origin and the
914+
nature of the media.
911915
However, in the case of the imposed distribution restrictions of the stimulus, the media stimulus file may not be
912916
present with only JSON sidecar file containing the aforementioned pertinent metadata.

0 commit comments

Comments
 (0)