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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ $graph:
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
59
CWL document, one can use `application/cwl+yaml` but that is not an official
60
-
IANA media-type yet; as of 2023-07-23 the `+yaml` suffix has yet to be approved.
60
+
IANA media-type yet.
61
61
The above has been documented in the [Syntax](#Syntax) section.
62
62
* 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
63
donated by Francis Charette-Migneault. This schema captures much, but not
Copy file name to clipboardExpand all lines: Workflow.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ $graph:
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
58
CWL document, one can use `application/cwl+yaml` but that is not an official
59
-
IANA media-type yet; as of 2023-07-23 the `+yaml` suffix has yet to be approved.
59
+
IANA media-type yet.
60
60
The above has been documented in the [Syntax](#Syntax) section.
61
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),
62
62
donated by Francis Charette-Migneault. This schema captures much, but not
0 commit comments