Skip to content

Commit 8300e43

Browse files
author
Luka Stojanovic
committed
output ids must start with '#' in draft-2
1 parent f87d218 commit 8300e43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

draft-2/draft-2/binding-test.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
position: -1
2424

2525
outputs:
26-
- id: args
26+
- id: "#args"
2727
type:
2828
type: array
2929
items: string

draft-2/draft-2/cat1-testcli.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"outputs": [{
32-
"id": "args",
32+
"id": "#args",
3333
"type": {
3434
"type": "array",
3535
"items": "string"

draft-2/draft-2/tmap-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"type": ["null", "File"]
3939
},
4040
{
41-
"id": "args",
41+
"id": "#args",
4242
"type": {
4343
"type": "array",
4444
"items": "string"

0 commit comments

Comments
 (0)