Reduce exception guard
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / listener-adapter-test / notif-without-data-create.json
index 6e4dadc36e2c46c3225b22450ff059963e3a332d..5ba501222380c38c281e3d25b28ed91164292870 100644 (file)
@@ -1,13 +1,13 @@
 {
-    "notification":{
-        "xmlns":"urn:ietf:params:xml:ns:netconf:notification:1.0",
-        "data-changed-notification":{
-            "xmlns":"urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote",
-            "data-change-event":{
-                "path":"/instance-identifier-patch-module:patch-cont",
-                "operation":"created"
-            }
+    "urn-ietf-params-xml-ns-netconf-notification-1.0:notification":{
+        "urn-opendaylight-params-xml-ns-yang-controller-md-sal-remote:data-changed-notification":{
+            "data-change-event":[
+                {
+                    "path":"/instance-identifier-patch-module:patch-cont",
+                    "operation":"created"
+                }
+            ]
         },
-        "eventTime":"2020-05-31T18:45:05.132101+05:30"
+        "event-time":"2020-10-14T12:34:59.085525+02:00"
     }
-}
+}
\ No newline at end of file