summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/cba/cba/resource-resolution/Templates/hello-world-template.vtl
blob: f82177067d3005a02aac74beb522840e8ccc58ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "default": "${v_default}",
  "input": "${v_input}",
  "script": {
    "python": "${v_python}",
    "kotlin": "${v_kotlin}"
  },
  "db": "${v_db.get(0).value}",
  "rest": {
    "GET": "${v_get}",
    "POST": "${v_post}",
    "PUT": "${v_put}",
    "PATCH": "${v_patch}",
    "DELETE": "${v_del}"
  }
}