aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pnfsimulator/integration/src/test/resources/templates/search/simple_template.json
blob: ad2a64aff2b9e657fcb2d3e9a9e2066fd84f0544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "simple_template.json",
  "template": {
    "parent": {
      "child1": "Any value 1",
      "child2": "Any value 2",
      "child3": {
        "child4": "Any value 4"
      }
    }
  }
}