aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-15 21:25:27 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-15 21:25:27 +0000
commitb1a59abb5c37f0bf439bfc14fd5bdf27881784f5 (patch)
tree8b2fdfa1ad993f4fc20c746aa2e01eb18fa3316c /components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json
parent01174642f5c1a9b688e4d6713b3950642fc77836 (diff)
parentcfc807955c9cae60bce983e4f4ac951bf37ecc20 (diff)
Merge "Python library for Jython execution"
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json')
-rwxr-xr-xcomponents/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json b/components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json
new file mode 100755
index 00000000..98a8e4b7
--- /dev/null
+++ b/components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/data_types.json
@@ -0,0 +1,17 @@
+{
+ "data_types" : {
+ "dt-assign-activate-properties" : {
+ "description" : "Dynamic DataType definition for workflow(assign-activate).",
+ "version" : "1.0.0",
+ "properties" : {
+ "vnf-id" : {
+ "type" : "string"
+ },
+ "service-instance-id" : {
+ "type" : "string"
+ }
+ },
+ "derived_from" : "tosca.datatypes.Dynamic"
+ }
+ }
+} \ No newline at end of file