aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json
diff options
context:
space:
mode:
authorBrinda Santh <brindasanth@in.ibm.com>2018-08-27 23:16:39 -0400
committerBrinda Santh <brindasanth@in.ibm.com>2018-08-27 23:16:39 -0400
commit2ae44709f7e3b04d2150e6c15182fae2a39adc45 (patch)
tree72544c81a4731bd55b8a8dda25ee98d4529fd251 /ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json
parente2f01ca57072a4685c957ce9aec0ab3cf51c7a4e (diff)
Controller Blueprints Microservice
Add resource dictionary node template property assignments validation for primitive and complex types. Change-Id: Ic6f3a521310c8e15ebb5b5b5d6ad3edb0ede9ecb Issue-ID: CCSDK-488 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json')
-rw-r--r--ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json b/ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json
new file mode 100644
index 00000000..055b0965
--- /dev/null
+++ b/ms/controllerblueprints/modules/core/src/test/resources/data/alltype-data.json
@@ -0,0 +1,10 @@
+{
+ "intValue" : 1,
+ "floatValue" : 1.34,
+ "booleanValue" : true,
+ "stringValue" : "sample-String",
+ "timeValue" : "2018-09-29",
+ "arrayStringValue" : ["one", "two"],
+ "mapValue" : {"profile_name1":"profile_name1",
+ "profile_name2":"profile_name2"}
+} \ No newline at end of file