blob: c0f08f8bd78d0d956b626199fa2e217e85d4095f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"outputs" : [{
"outputKey": "key1",
"outputValue": "value1"
},{
"outputKey": "key2",
"outputValue": "value2"
},{
"outputKey": "key3",
"outputValue": "value3"
}]
}
|