c0f08f8bd78d0d956b626199fa2e217e85d4095f
[so.git] / adapters / mso-adapters-rest-interface / src / test / resources / stack-example.json
1 {
2         "outputs" : [{
3                 "outputKey": "key1",
4                 "outputValue": "value1"
5         },{
6                 "outputKey": "key2",
7                 "outputValue": "value2"
8         },{
9                 "outputKey": "key3",
10                 "outputValue": "value3"
11         }]
12
13 }