Skip to content

Commit 24a611d

Browse files
committed
use long ids?
1 parent 52f6411 commit 24a611d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

draft-4/CommandLineTool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ $graph:
434434
doc: |
435435
A path to a file whose contents must be piped into the command's
436436
standard input stream.
437-
- name: stderr
437+
- name: "https://w3id.org/cwl/cwl#CommandLineTool/stderr"
438438
type: ["null", string, "#Expression"]
439439
doc: |
440440
Capture the command's standard error stream to a file written to

draft-4/Process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ $graph:
265265
type:
266266
- "null"
267267
- "#CWLType"
268-
- "#stdout"
269-
- "#stderr"
268+
- "https://w3id.org/cwl/cwl#stdout"
269+
- "https://w3id.org/cwl/cwl#stderr"
270270
- "sld:RecordSchema"
271271
- "sld:EnumSchema"
272272
- "sld:ArraySchema"

0 commit comments

Comments
 (0)