{
  "data": {
    "subscriptionId": "test-id",
    "predicates": [
      {
        "targetFilter":  ["ch1","ch2"],
        "scopeFilter": {
          "datastore": "ncmp-datastore:passthrough-operational",
          "xpath-filter": ["/x1/y1","x2/y2"]
        }
      },
      {
        "targetFilter":  ["ch3","ch4"],
        "scopeFilter": {
          "datastore": "ncmp-datastore:passthrough-operational",
          "xpath-filter": ["/x3/y3","x4/y4"]
        }
      }
    ]
  }
}