Merge branch '13301-cwl-resource-scatter' closes #13301
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema.yml
index 7ae2239e2e81dd4f9345e4b2a47743eb585987e9..2ab96c94f0b3e54b42ae51b9b9f42eca6c7071fc 100644 (file)
@@ -27,6 +27,26 @@ $graph:
           name: LoadListingEnum
           symbols: [no_listing, shallow_listing, deep_listing]
 
+- name: cwltool:Secrets
+  type: record
+  inVocab: false
+  extends: cwl:ProcessRequirement
+  fields:
+    class:
+      type: string
+      doc: "Always 'Secrets'"
+      jsonldPredicate:
+        "_id": "@type"
+        "_type": "@vocab"
+    secrets:
+      type: string[]
+      doc: |
+        List one or more input parameters that are sensitive (such as passwords)
+        which will be deliberately obscured from logging.
+      jsonldPredicate:
+        "_type": "@id"
+        refScope: 0
+
 - name: RunInSingleContainer
   type: record
   extends: cwl:ProcessRequirement