mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
21 lines
264 B
YAML
21 lines
264 B
YAML
one:
|
|
sample: sample1
|
|
custom_field: volume
|
|
value: "10ml"
|
|
|
|
two:
|
|
sample: sample1
|
|
custom_field: location
|
|
value: "New York"
|
|
|
|
four:
|
|
sample: sample2
|
|
custom_field: volume
|
|
value: "15ml"
|
|
|
|
five:
|
|
sample: sample2
|
|
custom_field: location
|
|
value: "Paris"
|
|
|
|
|