From c6325fce6383220d8159a37ed235ad5cb69f0216 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Sun, 17 Aug 2025 11:45:52 +0200 Subject: [PATCH] [ENH] update label description to mention it may containt '+' --- docs/getting_started/folders_and_files/files.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started/folders_and_files/files.md b/docs/getting_started/folders_and_files/files.md index 4a82adb3..6ca7184e 100644 --- a/docs/getting_started/folders_and_files/files.md +++ b/docs/getting_started/folders_and_files/files.md @@ -48,7 +48,8 @@ Source: [Datalad RDM course](https://psychoinformatics-de.github.io/rdm-course/0
  • Entities are composed of key-value pairs separated by underscores
  • There is a limited set of suffixes for each data type (anat, func, eeg, …)
  • For a given suffix, some entities are required and some others are [optional].
  • -
  • Keys, value and suffixes can only contain letters and/or numbers.
  • +
  • Entity keys and suffixes can only contain letters and/or numbers.
  • +
  • Entity values can only contain letters and/or numbers and/or the "+" character.
  • Entity key-value pairs have a specific order in which they must appear in filename.
  • Some entities key-value can only be used for derivative data.