diff options
author | lltommy | 2020-04-10 15:39:56 +0200 |
---|---|---|
committer | lltommy | 2020-04-10 15:39:56 +0200 |
commit | ddabd9390d2b221786ef58a6d85200eecf82ca2f (patch) | |
tree | 63a08c1b8ac7330303d193211b38dced3cb7e168 /example/minimal_example.yaml | |
parent | ff3007e42b5a8a866de9f6c3e2864854cd8c822f (diff) | |
download | bh20-seq-resource-ddabd9390d2b221786ef58a6d85200eecf82ca2f.tar.gz bh20-seq-resource-ddabd9390d2b221786ef58a6d85200eecf82ca2f.tar.lz bh20-seq-resource-ddabd9390d2b221786ef58a6d85200eecf82ca2f.zip |
Updating schema and examples, including URIs
Diffstat (limited to 'example/minimal_example.yaml')
-rw-r--r-- | example/minimal_example.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example/minimal_example.yaml b/example/minimal_example.yaml index 201b080..f312ab7 100644 --- a/example/minimal_example.yaml +++ b/example/minimal_example.yaml @@ -1,8 +1,11 @@ +submission: publicSequenceResource + host: host_id: XX host_species: string sample: + sample_id: XXX collector_name: XXX collecting_institution: XXX @@ -11,4 +14,5 @@ technology: submitter: submitter_name: tester - originating_lab: testLab
\ No newline at end of file + originating_lab: testLab + submitter_date: Subdate
\ No newline at end of file |