We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c4ef4 commit b31130fCopy full SHA for b31130f
draft-2/CommonWorkflowLanguage.yml
@@ -975,6 +975,9 @@ $graph:
975
name: SchemaDef
976
extends: "#Schema"
977
docParent: "#SchemaDefRequirement"
978
+ specialize:
979
+ - specializeFrom: "#Schema"
980
+ specializeTo: "#SchemaDef"
981
fields:
982
- name: name
983
type: string
@@ -1707,6 +1710,8 @@ $graph:
1707
1710
workflow engine that may be helpful in executing this workflow step. It is
1708
1711
not an error if an implementation cannot satisfy all hints, however
1709
1712
the implementation may report a warning.
1713
+ jsonldPredicate:
1714
+ noLinkCheck: true
1715
- name: label
1716
type:
1717
- "null"
0 commit comments