|
1 | 1 | { |
2 | 2 | "_extends": "/core/schemas/products/device.schema.tpl.json", |
3 | | - "_type": "https://openminds.ebrains.eu/neuroimaging/MRICoil", |
| 3 | + "_type": "neuroimaging:MRICoil", |
4 | 4 | "properties": { |
5 | | - "activeElements": { |
6 | | - "_instruction": "If applicable, list the identifiers of the active coil elements or channels.", |
7 | | - "type": "string" |
| 5 | + "activeElement": { |
| 6 | + "_instruction": "Enter all the identifiers of the active coil elements or channels.", |
| 7 | + "_linkedTypes": [ |
| 8 | + "core:GenericIdentifier", |
| 9 | + "string" |
| 10 | + ], |
| 11 | + "minItems": 1, |
| 12 | + "type": "array", |
| 13 | + "uniqueItems": true |
8 | 14 | }, |
9 | 15 | "coilGeometry": { |
10 | 16 | "_instruction": "Add the geometry of the coil (e.g., birdcage, loop, Helmholtz).", |
11 | 17 | "_linkedTypes": [ |
12 | | - "controlledTerms:MRIRadiofrequencyCoilGeometry" |
| 18 | + "controlledTerms:MRIRadioFrequencyCoilGeometry" |
13 | 19 | ] |
14 | 20 | }, |
15 | 21 | "dimension": { |
16 | | - "_instruction": "Add the dimention of this coil", |
| 22 | + "_instruction": "Add the dimension of this coil.", |
17 | 23 | "_linkedCategories": [ |
18 | | - "mathematicalShapes" |
| 24 | + "mathematicalShape" |
19 | 25 | ] |
20 | 26 | }, |
21 | 27 | "elementCount": { |
22 | | - "_instruction": "Total number of coil elements.", |
| 28 | + "_instruction": "Enter the total number of coil elements.", |
23 | 29 | "minimum": 1, |
24 | 30 | "type": "integer" |
25 | 31 | }, |
26 | 32 | "mountingType": { |
27 | | - "_instruction": "Add the coil mounting type (e.g., BuiltIn, External, Interventional, Wearable).", |
| 33 | + "_instruction": "Add the coil mounting type (e.g., built-in, external, interventional, wearable).", |
28 | 34 | "_linkedTypes": [ |
29 | | - "controlledTerms:MRIRadiofrequencyCoilMountingType" |
| 35 | + "controlledTerms:MRIRadioFrequencyCoilMountingType" |
30 | 36 | ] |
31 | 37 | }, |
32 | 38 | "parallelImagingCapable": { |
33 | 39 | "_instruction": "Indicate whether the coil supports parallel imaging.", |
34 | 40 | "type": "boolean" |
35 | 41 | }, |
36 | | - "radiofrequencyCoilType": { |
| 42 | + "radioFrequencyCoilType": { |
37 | 43 | "_instruction": "Add the coil type (e.g., volume, surface, phased array).", |
38 | 44 | "_linkedTypes": [ |
39 | | - "controlledTerms:MRIRadiofrequencyCoilType" |
| 45 | + "controlledTerms:MRIRadioFrequencyCoilType" |
40 | 46 | ] |
41 | 47 | }, |
42 | 48 | "targetAnatomyCoverage": { |
|
47 | 53 | } |
48 | 54 | }, |
49 | 55 | "required": [ |
50 | | - "radiofrequencyCoilType", |
| 56 | + "radioFrequencyCoilType", |
51 | 57 | "elementCount" |
52 | 58 | ] |
53 | 59 | } |
0 commit comments