Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb / src / test / resources / instanceidentifier / json / jsonPATCHTargetTopLevelContainerWithEmptyURI.json
1 {
2   "ietf-yang-patch:yang-patch" : {
3     "patch-id" : "test-patch",
4     "comment" : "Test patch applied to the top-level container with empty URI",
5     "edit" : [
6       {
7         "edit-id": "edit1",
8         "operation": "replace",
9         "target": "/instance-identifier-patch-module:patch-cont",
10         "value": {
11           "patch-cont": {
12             "my-list1": [
13               {
14                 "name": "my-leaf10"
15               }
16             ]
17           }
18         }
19       }
20     ]
21   }
22 }