Skip to content

Commit 8d8df37

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from d5c4ef4..b31130f
b31130f Fixes to pass conformance tests. git-subtree-dir: cwltool/schemas git-subtree-split: b31130f
1 parent 630ad5a commit 8d8df37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

draft-2/CommonWorkflowLanguage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,9 @@ $graph:
975975
name: SchemaDef
976976
extends: "#Schema"
977977
docParent: "#SchemaDefRequirement"
978+
specialize:
979+
- specializeFrom: "#Schema"
980+
specializeTo: "#SchemaDef"
978981
fields:
979982
- name: name
980983
type: string
@@ -1707,6 +1710,8 @@ $graph:
17071710
workflow engine that may be helpful in executing this workflow step. It is
17081711
not an error if an implementation cannot satisfy all hints, however
17091712
the implementation may report a warning.
1713+
jsonldPredicate:
1714+
noLinkCheck: true
17101715
- name: label
17111716
type:
17121717
- "null"

0 commit comments

Comments
 (0)