Skip to content

Commit b033261

Browse files
committed
refactor: update ResonantNucleus type to support both string and array formats
1 parent 5dbd969 commit b033261

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/schema/objects/metadata.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3045,9 +3045,11 @@ ResonantNucleus:
30453045
For multi-nuclei experiments such as <sup>1</sup>H-[<sup>13</sup>C] MR,
30463046
an array can be used: `["1H", "13C"]`.
30473047
Corresponds to [DICOM Tag 0018, 9100](https://dicomlookup.com/dicomtags/(0018,9100)) `Resonant Nucleus`.
3048-
type: array
3049-
items:
3050-
type: string
3048+
anyOf:
3049+
- type: string
3050+
- type: array
3051+
items:
3052+
type: string
30513053
RotationOrder:
30523054
name: RotationOrder
30533055
display_name: RotationOrder

0 commit comments

Comments
 (0)