diff options
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": { |