aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/simple_template.json
blob: d209a9e35f75695d24105e72cecc209111a665a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "simple_template.json",
  "template": {
    "parent": {
      "child1": "Any value 1",
      "child2": "Any value 2",
      "child3": {
        "child4": "Any value 4"
      }
    }
  }
}