0ed4326daaf9bee963373d1bedf06d4f41854435
[integration.git] /
1 {
2   "name": "template_with_array.json",
3   "template": {
4     "parent": {
5       "child1": [
6         {
7           "child1": "Any value 1",
8           "child2": [
9             4,
10             4.44
11           ]
12         }
13       ],
14       "child2": [
15         1,
16         "Any value 4",
17         3.3,
18         5
19       ]
20     },
21     "parent2": "[]"
22   }
23 }