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