Skip to content

Commit

Permalink
Update src/schema/objects/formats.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
tsalo and effigies authored Sep 23, 2024
1 parent aa9c73c commit a950d08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/schema/objects/formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ label:
Plus signs MAY be used to concatenate multiple applicable labels,
but no relationship is established by a partial match.
In particular, the inheritance principle does not connect files
containing "ent-X+Y" and "ent-X" or "ent-Y".
containing entities such as `<name>-x+y` with either `<name>-x` or `<name>-y`.
For example, metadata stored in a file at the root of the dataset with name `/acq-6p_T2w.json`
does not apply to files with partially matching "acquisition" entity values
such as `/sub-1/anat/sub-1_acq-6p+s2_T2w.nii`.
pattern: '[0-9a-zA-Z+]+'
# Metadata types
boolean:
Expand Down

0 comments on commit a950d08

Please sign in to comment.