Skip to content

Commit eff0eb1

Browse files
committed
Squashed 'cwltool/schemas/' changes from 2acecf5..0fbe804
0fbe804 clarify cwlVersion requirement git-subtree-dir: cwltool/schemas git-subtree-split: 0fbe804597b01de35a178dc55e227dda03c58d33
1 parent 2acecf5 commit eff0eb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)