Reduce exception guard
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / listener-adapter-test / notif-without-data-del.json
1 {
2     "urn-ietf-params-xml-ns-netconf-notification-1.0:notification":{
3         "urn-opendaylight-params-xml-ns-yang-controller-md-sal-remote:data-changed-notification":{
4             "data-change-event":[
5                 {
6                     "path":"/instance-identifier-patch-module:patch-cont",
7                     "operation":"deleted"
8                 }
9             ]
10         },
11         "event-time":"2020-10-14T12:34:59.085525+02:00"
12     }
13 }