about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Amstutz2020-07-16 12:01:38 -0400
committerPeter Amstutz2020-07-16 12:01:38 -0400
commita10569f51072569604b2384e6e4d583b36de73c4 (patch)
tree2e09da9cd8697de0f74e5f2e6de3f6227a42a7cd
parent53ff8af0843942d83dff9fd5b95d1ae98e80fe27 (diff)
downloadbh20-seq-resource-a10569f51072569604b2384e6e4d583b36de73c4.tar.gz
bh20-seq-resource-a10569f51072569604b2384e6e4d583b36de73c4.tar.lz
bh20-seq-resource-a10569f51072569604b2384e6e4d583b36de73c4.zip
Make license optional for now
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
-rw-r--r--bh20sequploader/bh20seq-schema.yml4
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