Skip to content

Commit 3c40bd3

Browse files
authored
Merge pull request #250 from common-workflow-language/draft-4-to-v1.0
Draft 4 to v1.0
2 parents ce19b18 + b4de02d commit 3c40bd3

File tree

280 files changed

+78
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+78
-76
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

draft-4/Process.yml renamed to v1.0/Process.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ $graph:
3434
- cwl:draft-4.dev1
3535
- cwl:draft-4.dev2
3636
- cwl:draft-4.dev3
37+
- cwl:v1.0.dev4
3738

3839
- name: CWLType
3940
type: enum
@@ -690,9 +691,10 @@ $graph:
690691
jsonldPredicate: "rdfs:comment"
691692
doc: "A long, human-readable description of this process object."
692693
- name: cwlVersion
693-
type:
694-
- CWLVersions
695-
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.
696698
jsonldPredicate:
697699
"_id": "cwl:cwlVersion"
698700
"_type": "@vocab"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)