You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommandLineTool.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,7 @@ $graph:
56
56
* CWL has been assigned an official IANA Media Type of [`application/cwl`](https://www.iana.org/assignments/media-types/application/cwl)
57
57
for either JSON or YAML format. For JSON formatted CWL documents, [`application/cwl+json`](https://www.iana.org/assignments/media-types/application/cwl+json)
58
58
has also been assigned and can be used. For specifying a YAML formatted
59
-
CWL document, one can use `application/cwl+yaml` but that is not an official
60
-
IANA media-type yet.
59
+
CWL document, one can use [`application/cwl+yaml`](https://www.iana.org/assignments/media-types/application/cwl+yaml).
61
60
The above has been documented in the [Syntax](#Syntax) section.
62
61
* There is now an unofficial [JSON Schema for CWL documents](https://github.com/common-workflow-language/cwl-v1.2/blob/1.2.1_proposed/json-schema/cwl.yaml),
63
62
donated by Francis Charette-Migneault. This schema captures much, but not
Copy file name to clipboardExpand all lines: Workflow.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ $graph:
55
55
* CWL has been assigned an official IANA Media Type of [`application/cwl`](https://www.iana.org/assignments/media-types/application/cwl)
56
56
for either JSON or YAML format. For JSON formatted CWL documents, [`application/cwl+json`](https://www.iana.org/assignments/media-types/application/cwl+json)
57
57
has also been assigned and can be used. For specifying a YAML formatted
58
-
CWL document, one can use `application/cwl+yaml` but that is not an official
59
-
IANA media-type yet.
58
+
CWL document, one can use [`application/cwl+yaml`](https://www.iana.org/assignments/media-types/application/cwl+yaml).
60
59
The above has been documented in the [Syntax](#Syntax) section.
61
60
* There is now an unofficial [JSON Schema for CWL documents](https://github.com/common-workflow-language/cwl-v1.2/blob/1.2.1_proposed/json-schema/cwl.yaml),
62
61
donated by Francis Charette-Migneault. This schema captures much, but not
0 commit comments