Aligned attributes of CDS components
[ccsdk/cds.git] / components / model-catalog / definition-type / starter-type / node_type / component-config-snapshots-executor.json
index caae68e..91cd665 100644 (file)
     "config-snapshot-value": {
       "required": false,
       "type": "string"
-    },
-    "response-data": {
-      "required": false,
-      "type": "json"
     }
   },
   "capabilities": {
                 }
               ]
             }
+          },
+          "outputs": {
+            "response-data": {
+              "description": "Execution Response Data.",
+              "required": false,
+              "type": "string"
+            },
+            "status": {
+              "description": "Status of the Component Execution ( success or failure )",
+              "required": true,
+              "type": "string"
+            }
           }
         }
       }