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