1ad52fb39f6d337f8654405ef91740764ad44798
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / json / jsonPATCHdataValueNotSupported.json
1 {
2   "ietf-yang-patch:yang-patch" : {
3     "patch-id" : "test-patch",
4     "comment" : "this is test patch",
5     "edit" : [
6       {
7         "edit-id": "edit2",
8         "operation": "delete",
9         "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']",
10         "value": {
11           "my-list2": [
12             {
13               "name": "my-leaf20"
14             }
15           ]
16         }
17       }
18     ]
19   }
20 }