|
17 | 17 | <script src="https://cdn.rawgit.com/scottjehl/picturefill/3.0.2/dist/picturefill.min.js"
|
18 | 18 | integrity="sha384-ZJsVW8YHHxQHJ+SJDncpN90d0EfAhPP+yA94n+EhSRzhcxfo84yMnNk+v37RGlWR"
|
19 | 19 | crossorigin="anonymous" async></script>
|
20 |
| - <title>Common Workflow Language (CWL) Workflow Description, v1.2</title> |
| 20 | + <title>Common Workflow Language (CWL) Workflow Description, v1.2.1</title> |
21 | 21 | <style>
|
22 | 22 | :target {
|
23 | 23 | padding-top: 61px;
|
|
126 | 126 |
|
127 | 127 | <div class="row">
|
128 | 128 |
|
129 |
| - <div class="col-md-12" role="main" id="main"><h1 id="Common_Workflow_Language_(CWL)_Workflow_Description,_v1.2" class="section">Common Workflow Language (CWL) Workflow Description, v1.2 <a href="#Common_Workflow_Language_(CWL)_Workflow_Description,_v1.2">§</a></h1><p>This version:</p> |
| 129 | + <div class="col-md-12" role="main" id="main"><h1 id="Common_Workflow_Language_(CWL)_Workflow_Description,_v1.2.1" class="section">Common Workflow Language (CWL) Workflow Description, v1.2.1 <a href="#Common_Workflow_Language_(CWL)_Workflow_Description,_v1.2.1">§</a></h1><p>This version:</p> |
130 | 130 | <ul>
|
131 | 131 | <li><a href="https://w3id.org/cwl/v1.2/">https://w3id.org/cwl/v1.2/</a></li>
|
132 | 132 | </ul>
|
@@ -172,7 +172,7 @@ <h1 id="Status_of_this_document" class="section">Status of this document <a href
|
172 | 172 | <p>The products of the CWL working group (including this document) are made available
|
173 | 173 | under the terms of the Apache License, version 2.0.</p>
|
174 | 174 | <h1 id="toc">Table of contents</h1>
|
175 |
| - <nav class="tocnav"><ol><li><a href="#Common_Workflow_Language_(CWL)_Workflow_Description,_v1.2"> Common Workflow Language (CWL) Workflow Description, v1.2</a><ol> |
| 175 | + <nav class="tocnav"><ol><li><a href="#Common_Workflow_Language_(CWL)_Workflow_Description,_v1.2.1"> Common Workflow Language (CWL) Workflow Description, v1.2.1</a><ol> |
176 | 176 | </ol><li><a href="#Abstract"> Abstract</a><ol>
|
177 | 177 | </ol><li><a href="#Status_of_this_document"> Status of this document</a><ol>
|
178 | 178 | </ol><li><a href="#Introduction">1. Introduction</a><ol>
|
@@ -283,8 +283,7 @@ <h2 id="Changelog_for_v1.2.1" class="section">1.2 Changelog for v1.2.1 <a href="
|
283 | 283 | <li>CWL has been assigned an official IANA Media Type of <a href="https://www.iana.org/assignments/media-types/application/cwl"><code>application/cwl</code></a>
|
284 | 284 | for either JSON or YAML format. For JSON formatted CWL documents, <a href="https://www.iana.org/assignments/media-types/application/cwl+json"><code>application/cwl+json</code></a>
|
285 | 285 | has also been assigned and can be used. For specifying a YAML formatted
|
286 |
| -CWL document, one can use <code>application/cwl+yaml</code> but that is not an official |
287 |
| -IANA media-type yet; as of 2023-07-23 the <code>+yaml</code> suffix has yet to be approved. |
| 286 | +CWL document, one can use <a href="https://www.iana.org/assignments/media-types/application/cwl+yaml"><code>application/cwl+yaml</code></a>. |
288 | 287 | The above has been documented in the <a href="#Syntax">Syntax</a> section.</li>
|
289 | 288 | <li>There is now an unofficial <a href="https://github.com/common-workflow-language/cwl-v1.2/blob/1.2.1_proposed/json-schema/cwl.yaml">JSON Schema for CWL documents</a>,
|
290 | 289 | donated by Francis Charette-Migneault. This schema captures much, but not
|
@@ -540,8 +539,7 @@ <h2 id="Syntax" class="section">2.2 Syntax <a href="#Syntax">§</a></h2><p>C
|
540 | 539 | for either JSON or YAML format. For JSON formatted CWL documents,
|
541 | 540 | <a href="https://www.iana.org/assignments/media-types/application/cwl+json"><code>application/cwl+json</code></a>
|
542 | 541 | can be used. For specifying a YAML formatted CWL document, one can use
|
543 |
| -<code>application/cwl+yaml</code> but that is not an official IANA media-type yet; as of |
544 |
| -2023-07-23 the <code>+yaml</code> suffix has yet to be approved.</p> |
| 542 | +<a href="https://www.iana.org/assignments/media-types/application/cwl+yaml"><code>application/cwl+yaml</code></a>.</p> |
545 | 543 | <p>CWL documents commonly reference other CWL documents. Each document
|
546 | 544 | must declare the <code>cwlVersion</code> of that document. Implementations must
|
547 | 545 | validate against the document's declared version. Implementations
|
|
0 commit comments