diff options
author | Peter Amstutz | 2020-07-16 16:41:33 -0400 |
---|---|---|
committer | GitHub | 2020-07-16 16:41:33 -0400 |
commit | eb3bdab1109959deb5b11fd74310832bdaa50899 (patch) | |
tree | a79ace1119a78401c9383b0e107da4f9c1734ba1 /bh20sequploader/bh20seq-schema.yml | |
parent | 8d995b271f20d15b2b6a7845ade22c396a383da3 (diff) | |
parent | d49f6b5e11a41a51cb257bbafdcba410544f8486 (diff) | |
download | bh20-seq-resource-eb3bdab1109959deb5b11fd74310832bdaa50899.tar.gz bh20-seq-resource-eb3bdab1109959deb5b11fd74310832bdaa50899.tar.lz bh20-seq-resource-eb3bdab1109959deb5b11fd74310832bdaa50899.zip |
Merge pull request #98 from arvados/analysis-refactor
Analysis refactor
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index ee852fa..0aead3b 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -16,7 +16,7 @@ $graph: fields: license_type: doc: License types as defined in https://wiki.creativecommons.org/images/d/d6/Ccrel-1.0.pdf - type: string? + type: string jsonldPredicate: _id: https://creativecommons.org/ns#License title: @@ -264,7 +264,7 @@ $graph: virus: virusSchema technology: technologySchema submitter: submitterSchema - license: licenseSchema + license: ["null", licenseSchema] id: doc: The subject (eg the fasta/fastq file) that the metadata describes type: string |