Skip to content

Commit 34838f3

Browse files
committed
Add MRISpoilingTechnique schema and fix newline issues in existing schemas
1 parent eaf1fdc commit 34838f3

5 files changed

Lines changed: 10 additions & 7 deletions

schemas/MRIParallelAcquisitionTechnique.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"_categories": [
55
"technique"
66
]
7-
}
7+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"_type": "controlledTerms:MRISpoilingMethod",
2+
"_type": "controlledTerms:MRISpoilingTechnique",
33
"_extends": "controlledTerm.schema.tpl.json",
44
"_categories": [
55
"technique"
66
]
7-
}
7+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_type": "controlledTerms:DeviceMountingType",
33
"_extends": "controlledTerm.schema.tpl.json"
4-
}
4+
}

schemas/pulseShape.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_type": "controlledTerms:PulseShape",
33
"_extends": "controlledTerm.schema.tpl.json"
4-
}
4+
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"_type": "controlledTerms:SpatialEncoding",
3-
"_extends": "controlledTerm.schema.tpl.json"
2+
"_type": "controlledTerms:SpatialEncoding",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
47
}

0 commit comments

Comments
 (0)