Skip to content

Commit b31130f

Browse files
author
Peter Amstutz
committed
Fixes to pass conformance tests.
1 parent d5c4ef4 commit b31130f

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)