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