mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
22 lines
264 B
YAML
22 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"
|
||
|
|
||
|
|