summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/resource-resolution/success/request-payloads/request-payload.json
blob: 91e4612ea79d617319238cc62438420a5a3673c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "commonHeader": {
    "originatorId": "System",
    "requestId": "1234",
    "subRequestId": "1234-12234"
  },
  "actionIdentifiers": {
    "blueprintName": "RT-resource-resolution",
    "blueprintVersion": "1.0.0",
    "actionName": "resource-resolution",
    "mode": "sync"
  },
  "payload": {
    "resource-resolution-request": {
      "template-prefix": [
        "helloworld-velocity",
        "helloworld-jinja"
      ],
      "resolution-key": "regression-test",
      "resource-resolution-properties": {
        "v_input": "ok",
        "j_input": "ok"
      }
    }
  }
}