summaryrefslogtreecommitdiffstats
path: root/src/test/resources/testTemplatefile
blob: cd3eacd05f09e4b8f2e9a1d237e218436dac0e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
${repeat: {
    "input": {
      "encoding": "encode-json",
      "protocol": "sse",
      "subscription" : [
        {
          "topic" : "resources",
          "object-type-infos" : [
            {
              "object-type" : "onu",
              "version" : "v1"
            }
          ],
          "operation" : ["create"]
        }
      ]
    }
  }
}