summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-24 13:39:55 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-24 13:39:55 +0000
commit7f15996a7b250760d1d3ecb32520ce4e8755964e (patch)
treef702330b81e808359510d0bdcac1cebdbe0f86c0 /components/model-catalog/definition-type
parent8f9a20b2908124655712b7688ba6b1b641b1608a (diff)
parent5a82232d3502a566466fac1f8d6f6aadc50fbc6e (diff)
Merge "Support for dynamic property in command args"
Diffstat (limited to 'components/model-catalog/definition-type')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
index 5c9503fc3..09b371c22 100644
--- a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
+++ b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
@@ -32,6 +32,11 @@
"required": false,
"type": "json"
},
+ "argument-properties": {
+ "description": "Argument Json Content or DSL Json reference.",
+ "required": false,
+ "type": "json"
+ },
"command": {
"description": "Command to execute.",
"required": true,