Remote Script Executor Component
[ccsdk/cds.git] / ms / controllerblueprints / modules / blueprint-core / src / test / resources / data / alltype-data.json
1 {
2   "intValue" : 1,
3   "floatValue" : 1.34,
4   "booleanValue" : true,
5   "stringValue" : "sample-String",
6   "timeValue" : "2018-09-29",
7   "arrayStringValue" : ["one", "two"],
8   "mapValue" : {"profile_name1":"profile_name1",
9                 "profile_name2":"profile_name2"}
10 }