File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -727,6 +727,7 @@ $graph:
727
727
728
728
- name : networkAccess
729
729
type : [boolean, Expression]
730
+ jsonldPredicate : " cwl:NetworkAccess/networkAccess"
730
731
doc : |
731
732
Indicate whether a process requires outgoing IPv4/IPv6 network
732
733
access. Choice of IPv4 or IPv6 is implementation and site
@@ -806,6 +807,7 @@ $graph:
806
807
the execution environment of the tool. See
807
808
[EnvironmentDef](#EnvironmentDef) for details.
808
809
jsonldPredicate :
810
+ " _id " : " cwl:EnvVarRequirement/envDef"
809
811
mapSubject : envName
810
812
mapPredicate : envValue
811
813
@@ -1179,6 +1181,7 @@ $graph:
1179
1181
type : EnvironmentDef[]
1180
1182
doc : The list of environment variables.
1181
1183
jsonldPredicate :
1184
+ " _id " : " cwl:EnvVarRequirement/envDef"
1182
1185
mapSubject : envName
1183
1186
mapPredicate : envValue
1184
1187
@@ -1425,6 +1428,7 @@ $graph:
1425
1428
" _type " : " @vocab"
1426
1429
- name : networkAccess
1427
1430
type : [boolean, Expression]
1431
+ jsonldPredicate : " cwl:NetworkAccess/networkAccess"
1428
1432
1429
1433
- name : InplaceUpdateRequirement
1430
1434
type : record
You can’t perform that action at this time.
0 commit comments