aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/template_with_booleans.json
blob: 49546632fd4addc300818a4dc5080a462ad973ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "template_with_booleans.json",
  "template": {
    "parent": {
      "child1": true,
      "child3": {
        "child4": true
      }
    },
    "parent2": false
  }
}