aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/source-capability.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-05 17:38:56 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-05 17:38:56 +0000
commit3848bf18d98c4814793eaaab3bd44c0a6522c4d0 (patch)
tree0b04881739a4c4dd106c0815a038b61045998f69 /components/model-catalog/definition-type/starter-type/node_type/source-capability.json
parentd9715aa832e972456ac02c3059d520456bc977d0 (diff)
parent73528fe9ce4471be5e76c042ea02b40199d36532 (diff)
Merge "blueprint scripting services"
Diffstat (limited to 'components/model-catalog/definition-type/starter-type/node_type/source-capability.json')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/source-capability.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/source-capability.json b/components/model-catalog/definition-type/starter-type/node_type/source-capability.json
index e4eb90e7..2bdd7d57 100644
--- a/components/model-catalog/definition-type/starter-type/node_type/source-capability.json
+++ b/components/model-catalog/definition-type/starter-type/node_type/source-capability.json
@@ -17,10 +17,18 @@
]
},
"instance-name": {
- "description": "Capability component instance reference name.",
+ "description": "Capability component instance reference name for JAVA-COMPONENT, Script Class name for KOTLIN-COMPONENT.",
"required": true,
"type": "string"
},
+ "instance-dependencies": {
+ "required": false,
+ "description": "Instance dependency Names to Inject to Kotlin / Jython Script.",
+ "type": "list",
+ "entry_schema": {
+ "type": "string"
+ }
+ },
"input-key-mapping": {
"description": "Context name to input parameters name mapping.",
"required": false,