summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/src/test/resources/testMultiLineEmbeddedTemplate.json
blob: 84ae3a4923246162d3cba2f03ceb5463964a0849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "commonHeader": {
    "origin": "earth",
    "requestId": ${reqId},
    "subRequestId": ${subReqId}
  },
  "actions": {
    "actionName": ${actionName},
    "mode": "sync"
  },
  "payload": {
    "assignment-request": {
      "prefix": [
        ${myPrefix}
      ],
        "assignment-properties": ${complexObj}
    }
  }
}