Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / json / jsonPATCHdataCreateAndDelete.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         "value": {
9           "my-list2": [
10             {
11               "name": "my-leaf20",
12               "my-leaf21": "I am leaf20"
13             },
14             {
15               "name": "my-leaf21",
16               "my-leaf21": "I am leaf21-1",
17               "my-leaf22": "I am leaf21-2"
18             }
19           ]
20         },
21         "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']",
22         "operation": "create"
23       },
24       {
25         "edit-id": "edit2",
26         "operation": "delete",
27         "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']"
28       }
29     ]
30   }
31 }