Skip to content

Commit 9c885bb

Browse files
committed
Merge commit 'eff0eb137db3a737b36bdeab82b5d462d5eff4c2' into draft-4.dev3-to-v1.0.dev4
2 parents 2138456 + eff0eb1 commit 9c885bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cwltool/schemas/v1.0/Process.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,10 @@ $graph:
691691
jsonldPredicate: "rdfs:comment"
692692
doc: "A long, human-readable description of this process object."
693693
- name: cwlVersion
694-
type:
695-
- CWLVersions
696-
doc: "CWL document version"
694+
type: CWLVersions?
695+
doc: |
696+
CWL document version. Always required at the document root. Not
697+
required for a Process embedded inside another Process.
697698
jsonldPredicate:
698699
"_id": "cwl:cwlVersion"
699700
"_type": "@vocab"

0 commit comments

Comments
 (0)