diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-08-01 09:12:04 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-08-01 17:24:53 +0000 |
commit | 74c548363d3dafd8ac26f0aacaa9a457ce29dfd5 (patch) | |
tree | 94fb0a1bba97f7e6f2654341209d096c619c3f6a /components/model-catalog | |
parent | dd710215139505f26f052a7dbdcdb5bf7f2e0532 (diff) |
Add remote python executor DSL properties
Change-Id: I7888ac302da2a51ca34c531b7553d04af13786ac
Issue-ID: CCSDK-1380
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'components/model-catalog')
-rw-r--r-- | components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json | 4 |
1 files changed, 4 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 caab5f7ac..1c8011382 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 @@ -12,6 +12,10 @@ "entry_schema": { "type": "string" } + }, + "response-data": { + "required": false, + "type": "json" } }, "capabilities": { |