Skip to content

Commit 5d01612

Browse files
author
abonard
committed
Add required field (elementCount and mountingType) in MRICoil schema
1 parent d6e891c commit 5d01612

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

schemas/device/MRICoil.schema.tpl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"_extends": "/core/schemas/products/device.schema.tpl.json",
33
"_type": "neuroimaging:MRICoil",
4+
"required": [
5+
"elementCount",
6+
"mountingType"
7+
],
48
"properties": {
59
"elementCount": {
610
"_instruction": "Enter the total number of coil elements.",

0 commit comments

Comments
 (0)