Skip to content

Commit f027dbb

Browse files
author
Peter Amstutz
committed
Permit idmaps for hints, envDef
1 parent 899d135 commit f027dbb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

draft-4/CommandLineTool.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ $graph:
562562
type: "array"
563563
items: "#EnvironmentDef"
564564
doc: The list of environment variables.
565+
jsonldPredicate:
566+
mapSubject: envName
567+
mapPredicate: envValue
565568

566569

567570
- type: record

draft-4/Process.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,6 @@ $graph:
520520
- "null"
521521
- type: array
522522
items: Any
523-
jsonldPredicate:
524-
_id: "cwl:hints"
525-
mapSubject: class
526523
doc: |
527524
Declares hints applying to either the runtime environment or the
528525
workflow engine that may be helpful in executing this process. It is
@@ -531,6 +528,7 @@ $graph:
531528
jsonldPredicate:
532529
_id: cwl:hints
533530
noLinkCheck: true
531+
mapSubject: class
534532
- name: label
535533
type:
536534
- "null"

draft-4/Workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,13 @@ $graph:
324324
items: "Any"
325325
jsonldPredicate:
326326
_id: "cwl:hints"
327+
noLinkCheck: true
327328
mapSubject: class
328329
doc: |
329330
Declares hints applying to either the runtime environment or the
330331
workflow engine that may be helpful in executing this workflow step. It is
331332
not an error if an implementation cannot satisfy all hints, however
332333
the implementation may report a warning.
333-
jsonldPredicate:
334-
_id: cwl:hints
335-
noLinkCheck: true
336334
- name: label
337335
type:
338336
- "null"

0 commit comments

Comments
 (0)