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