aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/blueprint-core/src/test/resources/data/alltype-data.json
blob: 055b096580c585c08ca50e73f39c78951b404e8c (plain)
1
2
3
4
5
6
7
8
9
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"}
}