From ClinicalParameterValue.yaml (cleo/ClinicalParameterValue.schema
)
---
boolean: true
---
number: 12
---
number: 13.9
---
string: xxx
---
string_array: [hello, world, ""]
---
file:
url: https://www.example.com/image.jpg
name: image.jpg
suffix: .jpg # Always lowercase
---
file:
url: stitch://xxxx/image.jpg
name: image.jpg
suffix: .jpg
---
file:
url: https://www.example.com/image.jpg
name: image.jpg
suffix: ""
---
datetime: "2018-06-01T12:34:56+08:00"
---
time: "12:34"
--- # mixed values are fine
string: "2018-06-01T12:34:56+08:00"
datetime: "2018-06-01T12:34:56+08:00"