summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/src/test/resources/data/resource-assignment-input.json
blob: d79c90682457dcc3fa5779efbb4bec6ae7c2f7cc (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"}
}