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:
727727
728728 - name : networkAccess
729729 type : [boolean, Expression]
730+ jsonldPredicate : " cwl:NetworkAccess/networkAccess"
730731 doc : |
731732 Indicate whether a process requires outgoing IPv4/IPv6 network
732733 access. Choice of IPv4 or IPv6 is implementation and site
@@ -806,6 +807,7 @@ $graph:
806807 the execution environment of the tool. See
807808 [EnvironmentDef](#EnvironmentDef) for details.
808809 jsonldPredicate :
810+ " _id " : " cwl:EnvVarRequirement/envDef"
809811 mapSubject : envName
810812 mapPredicate : envValue
811813
@@ -1179,6 +1181,7 @@ $graph:
11791181 type : EnvironmentDef[]
11801182 doc : The list of environment variables.
11811183 jsonldPredicate :
1184+ " _id " : " cwl:EnvVarRequirement/envDef"
11821185 mapSubject : envName
11831186 mapPredicate : envValue
11841187
@@ -1425,6 +1428,7 @@ $graph:
14251428 " _type " : " @vocab"
14261429 - name : networkAccess
14271430 type : [boolean, Expression]
1431+ jsonldPredicate : " cwl:NetworkAccess/networkAccess"
14281432
14291433- name : InplaceUpdateRequirement
14301434 type : record
You can’t perform that action at this time.
0 commit comments