summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/src/test/resources/testEmbeddedTemplate.json
blob: 7f23778137ab7604bb1091f0f5529c086a569780 (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}
    }
  }
}