diff --git a/schemas/MRICoilRole.schema.tpl.json b/schemas/MRICoilRole.schema.tpl.json deleted file mode 100644 index d5c0059f..00000000 --- a/schemas/MRICoilRole.schema.tpl.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "_type": "controlledTerms:MRICoilRole", - "_extends": "controlledTerm.schema.tpl.json" -} - diff --git a/schemas/MRIFatSuppressionTechnique.schema.tpl.json b/schemas/MRIFatSuppressionTechnique.schema.tpl.json new file mode 100644 index 00000000..868fb574 --- /dev/null +++ b/schemas/MRIFatSuppressionTechnique.schema.tpl.json @@ -0,0 +1,7 @@ +{ + "_type": "controlledTerms:MRIFatSuppressionTechnique", + "_extends": "controlledTerm.schema.tpl.json", + "_categories": [ + "technique" + ] +} 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/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" + ] +} 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/signalDirectionality.schema.tpl.json b/schemas/signalDirectionality.schema.tpl.json new file mode 100644 index 00000000..3545e217 --- /dev/null +++ b/schemas/signalDirectionality.schema.tpl.json @@ -0,0 +1,4 @@ +{ + "_type": "controlledTerms:SignalDirectionality", + "_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" + ] } -