Skip to content

Commit 8d5651f

Browse files
committed
application/cwl+yaml is now official
1 parent 0412d40 commit 8d5651f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CommandLineTool.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ $graph:
5656
* CWL has been assigned an official IANA Media Type of [`application/cwl`](https://www.iana.org/assignments/media-types/application/cwl)
5757
for either JSON or YAML format. For JSON formatted CWL documents, [`application/cwl+json`](https://www.iana.org/assignments/media-types/application/cwl+json)
5858
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).
6160
The above has been documented in the [Syntax](#Syntax) section.
6261
* 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),
6362
donated by Francis Charette-Migneault. This schema captures much, but not

Workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ $graph:
5555
* CWL has been assigned an official IANA Media Type of [`application/cwl`](https://www.iana.org/assignments/media-types/application/cwl)
5656
for either JSON or YAML format. For JSON formatted CWL documents, [`application/cwl+json`](https://www.iana.org/assignments/media-types/application/cwl+json)
5757
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).
6059
The above has been documented in the [Syntax](#Syntax) section.
6160
* 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),
6261
donated by Francis Charette-Migneault. This schema captures much, but not

concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The official IANA media-type for CWL documents is [`application/cwl`](https://ww
104104
for either JSON or YAML format. For JSON formatted CWL documents,
105105
[`application/cwl+json`](https://www.iana.org/assignments/media-types/application/cwl+json)
106106
can be used. For specifying a YAML formatted CWL document, one can use
107-
`application/cwl+yaml` but that is not an official IANA media-type yet.
107+
[`application/cwl+yaml`](https://www.iana.org/assignments/media-types/application/cwl+yaml).
108108

109109
CWL documents commonly reference other CWL documents. Each document
110110
must declare the `cwlVersion` of that document. Implementations must

0 commit comments

Comments
 (0)