We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6e891c + 5d01612 commit c9fe7d3Copy full SHA for c9fe7d3
1 file changed
schemas/device/MRICoil.schema.tpl.json
@@ -1,6 +1,10 @@
1
{
2
"_extends": "/core/schemas/products/device.schema.tpl.json",
3
"_type": "neuroimaging:MRICoil",
4
+ "required": [
5
+ "elementCount",
6
+ "mountingType"
7
+ ],
8
"properties": {
9
"elementCount": {
10
"_instruction": "Enter the total number of coil elements.",
0 commit comments