From 891874d84bbe75648873dcd90c6cdd4ebd8359e3 Mon Sep 17 00:00:00 2001 From: Laura Morel <44158117+lauramble@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:39:31 +0100 Subject: [PATCH 1/7] Rename MRICoilRole terminology to signalDirectionality --- ...le.schema.tpl.json => signalDirectionality.schema.tpl.json} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename schemas/{MRICoilRole.schema.tpl.json => signalDirectionality.schema.tpl.json} (50%) diff --git a/schemas/MRICoilRole.schema.tpl.json b/schemas/signalDirectionality.schema.tpl.json similarity index 50% rename from schemas/MRICoilRole.schema.tpl.json rename to schemas/signalDirectionality.schema.tpl.json index d5c0059f..c46b70da 100644 --- a/schemas/MRICoilRole.schema.tpl.json +++ b/schemas/signalDirectionality.schema.tpl.json @@ -1,5 +1,4 @@ { - "_type": "controlledTerms:MRICoilRole", + "_type": "controlledTerms:SignalDirectionality", "_extends": "controlledTerm.schema.tpl.json" } - From fdedb040992ebe89c74dab3aabffa4a139839da0 Mon Sep 17 00:00:00 2001 From: Laura Morel Date: Wed, 18 Feb 2026 14:01:31 +0100 Subject: [PATCH 2/7] Add MRIFatSuppressionTechnique --- schemas/MRIFatSuppressionTechnique.schema.tpl.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 schemas/MRIFatSuppressionTechnique.schema.tpl.json diff --git a/schemas/MRIFatSuppressionTechnique.schema.tpl.json b/schemas/MRIFatSuppressionTechnique.schema.tpl.json new file mode 100644 index 00000000..4d5b5430 --- /dev/null +++ b/schemas/MRIFatSuppressionTechnique.schema.tpl.json @@ -0,0 +1,7 @@ +{ + "_type": "controlledTerms:MRIFatSuppressionTechnique", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "technique" + ] +} \ No newline at end of file From 4ec6007decb6c446fb4e02711e9053591344780d Mon Sep 17 00:00:00 2001 From: Laura Morel Date: Wed, 18 Feb 2026 14:13:41 +0100 Subject: [PATCH 3/7] add externalBodyRegion terminology --- schemas/externalBodyRegion.schema.tpl.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 schemas/externalBodyRegion.schema.tpl.json diff --git a/schemas/externalBodyRegion.schema.tpl.json b/schemas/externalBodyRegion.schema.tpl.json new file mode 100644 index 00000000..c7abb42a --- /dev/null +++ b/schemas/externalBodyRegion.schema.tpl.json @@ -0,0 +1,8 @@ +{ + "_type": "controlledTerms:ExternalBodyRegion", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "anatomicalLocation", + "studyTarget" + ] +} From bb8789b2fa86d96471ae29c5068d3609bc94365c Mon Sep 17 00:00:00 2001 From: Laura Morel <44158117+lauramble@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:28:16 +0100 Subject: [PATCH 4/7] Fix missing newline at end of MRIFatSuppressionTechnique schema --- schemas/MRIFatSuppressionTechnique.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/MRIFatSuppressionTechnique.schema.tpl.json b/schemas/MRIFatSuppressionTechnique.schema.tpl.json index 4d5b5430..7a26ff65 100644 --- a/schemas/MRIFatSuppressionTechnique.schema.tpl.json +++ b/schemas/MRIFatSuppressionTechnique.schema.tpl.json @@ -4,4 +4,4 @@ "_categories": [ "technique" ] -} \ No newline at end of file +} From 0c756a91708bb8069757990880fb0054797f277c Mon Sep 17 00:00:00 2001 From: Laura Morel <44158117+lauramble@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:23:27 +0100 Subject: [PATCH 5/7] Fix formatting in MRIFatSuppressionTechnique schema --- schemas/MRIFatSuppressionTechnique.schema.tpl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schemas/MRIFatSuppressionTechnique.schema.tpl.json b/schemas/MRIFatSuppressionTechnique.schema.tpl.json index 7a26ff65..868fb574 100644 --- a/schemas/MRIFatSuppressionTechnique.schema.tpl.json +++ b/schemas/MRIFatSuppressionTechnique.schema.tpl.json @@ -1,7 +1,7 @@ { - "_type": "controlledTerms:MRIFatSuppressionTechnique", - "_extends": "controlledTerm.schema.tpl.json", - "_categories": [ - "technique" - ] + "_type": "controlledTerms:MRIFatSuppressionTechnique", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "technique" + ] } From d12d414f8053026ee292d69a7a962ee7fae9164e Mon Sep 17 00:00:00 2001 From: Laura Morel <44158117+lauramble@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:25:04 +0100 Subject: [PATCH 6/7] Fix formatting in signalDirectionality schema --- schemas/signalDirectionality.schema.tpl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/signalDirectionality.schema.tpl.json b/schemas/signalDirectionality.schema.tpl.json index c46b70da..3545e217 100644 --- a/schemas/signalDirectionality.schema.tpl.json +++ b/schemas/signalDirectionality.schema.tpl.json @@ -1,4 +1,4 @@ { - "_type": "controlledTerms:SignalDirectionality", - "_extends": "controlledTerm.schema.tpl.json" + "_type": "controlledTerms:SignalDirectionality", + "_extends": "controlledTerm.schema.tpl.json" } From 1a7e4ac6d0353431b365dab32faa765e52820877 Mon Sep 17 00:00:00 2001 From: Laura Morel Date: Fri, 20 Feb 2026 09:36:53 +0100 Subject: [PATCH 7/7] Fix formatting in neuroimaging controlled terms --- .../MRIParallelAcquisitionTechnique.schema.tpl.json | 11 +++++------ schemas/MRISpoilingTechnique.schema.tpl.json | 11 +++++------ schemas/deviceMountingType.schema.tpl.json | 5 ++--- schemas/pulseShape.schema.tpl.json | 5 ++--- schemas/spatialEncoding.schema.tpl.json | 11 +++++------ 5 files changed, 19 insertions(+), 24 deletions(-) diff --git a/schemas/MRIParallelAcquisitionTechnique.schema.tpl.json b/schemas/MRIParallelAcquisitionTechnique.schema.tpl.json index 0d9d6ca9..0c25c625 100644 --- a/schemas/MRIParallelAcquisitionTechnique.schema.tpl.json +++ b/schemas/MRIParallelAcquisitionTechnique.schema.tpl.json @@ -1,8 +1,7 @@ { - "_type": "controlledTerms:MRIParallelAcquisitionTechnique", - "_extends": "controlledTerm.schema.tpl.json", - "_categories": [ - "technique" - ] + "_type": "controlledTerms:MRIParallelAcquisitionTechnique", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "technique" + ] } - diff --git a/schemas/MRISpoilingTechnique.schema.tpl.json b/schemas/MRISpoilingTechnique.schema.tpl.json index 22d5a7be..625503c6 100644 --- a/schemas/MRISpoilingTechnique.schema.tpl.json +++ b/schemas/MRISpoilingTechnique.schema.tpl.json @@ -1,8 +1,7 @@ { - "_type": "controlledTerms:MRISpoilingTechnique", - "_extends": "controlledTerm.schema.tpl.json", - "_categories": [ - "technique" - ] + "_type": "controlledTerms:MRISpoilingTechnique", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "technique" + ] } - diff --git a/schemas/deviceMountingType.schema.tpl.json b/schemas/deviceMountingType.schema.tpl.json index 469753aa..7fe09358 100644 --- a/schemas/deviceMountingType.schema.tpl.json +++ b/schemas/deviceMountingType.schema.tpl.json @@ -1,5 +1,4 @@ { - "_type": "controlledTerms:DeviceMountingType", - "_extends": "controlledTerm.schema.tpl.json" + "_type": "controlledTerms:DeviceMountingType", + "_extends": "controlledTerm.schema.tpl.json" } - diff --git a/schemas/pulseShape.schema.tpl.json b/schemas/pulseShape.schema.tpl.json index 5a4b450f..245ae96f 100644 --- a/schemas/pulseShape.schema.tpl.json +++ b/schemas/pulseShape.schema.tpl.json @@ -1,5 +1,4 @@ { - "_type": "controlledTerms:PulseShape", - "_extends": "controlledTerm.schema.tpl.json" + "_type": "controlledTerms:PulseShape", + "_extends": "controlledTerm.schema.tpl.json" } - diff --git a/schemas/spatialEncoding.schema.tpl.json b/schemas/spatialEncoding.schema.tpl.json index 1ba0abe7..177f5093 100644 --- a/schemas/spatialEncoding.schema.tpl.json +++ b/schemas/spatialEncoding.schema.tpl.json @@ -1,8 +1,7 @@ { - "_type": "controlledTerms:SpatialEncoding", - "_extends": "controlledTerm.schema.tpl.json", - "_categories": [ - "technique" - ] + "_type": "controlledTerms:SpatialEncoding", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "technique" + ] } -