aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/template_with_array.json
blob: 0ed4326daaf9bee963373d1bedf06d4f41854435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "template_with_array.json",
  "template": {
    "parent": {
      "child1": [
        {
          "child1": "Any value 1",
          "child2": [
            4,
            4.44
          ]
        }
      ],
      "child2": [
        1,
        "Any value 4",
        3.3,
        5
      ]
    },
    "parent2": "[]"
  }
}