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