aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/template_with_booleans.json
blob: 8bf54080c069606d8d29e84069c8d5126d7822dd (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
  }
}