From 278974f7973474c65c82567494d2019bcec4f946 Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Wed, 20 May 2026 08:00:30 +0200 Subject: [PATCH] Update instructions for anatomical atlas version schema according to v5 --- schemas/atlas/anatomicalAtlasVersion.schema.tpl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/atlas/anatomicalAtlasVersion.schema.tpl.json b/schemas/atlas/anatomicalAtlasVersion.schema.tpl.json index 5f6a07f94..b049b0aeb 100644 --- a/schemas/atlas/anatomicalAtlasVersion.schema.tpl.json +++ b/schemas/atlas/anatomicalAtlasVersion.schema.tpl.json @@ -32,7 +32,7 @@ ] }, "isPrecededBy": { - "_instruction": "Add the brain atlas version preceding this anatomical atlas version.", + "_instruction": "Add the anatomical atlas version preceding this anatomical atlas version.", "_linkedTypes": [ "sands:AnatomicalAtlasVersion" ] @@ -41,7 +41,7 @@ "type": "array", "minItems": 1, "uniqueItems": true, - "_instruction": "Add all brain atlas versions that can be used alternatively to this anatomical atlas version.", + "_instruction": "Add all anatomical atlas versions that can be used alternatively to this anatomical atlas version.", "_linkedTypes": [ "sands:AnatomicalAtlasVersion" ]