eaf1b378575355efbd6b7c04b2be025720ff96d3
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / json / jsonPATCHdataValueMissing.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": "edit1",
8         "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']",
9         "operation": "create"
10       }
11     ]
12   }
13 }