From 74c548363d3dafd8ac26f0aacaa9a457ce29dfd5 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Thu, 1 Aug 2019 09:12:04 -0400 Subject: Add remote python executor DSL properties Change-Id: I7888ac302da2a51ca34c531b7553d04af13786ac Issue-ID: CCSDK-1380 Signed-off-by: Brinda Santh --- .../starter-type/node_type/component-remote-python-executor.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/model-catalog/definition-type') 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": { -- cgit 1.2.3-korg