summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json
blob: a8d67996ddea094d377a15315ccbb2871ad74307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "ietf-restconf:yang-patch" : {
    "patch-id" : "0",
    "edit" : [
      {
        "edit-id" : "edit1",
        "operation" : "create",
        "target" : "",
        "value" :
        {
          "cont1":
          {
            "lf11": "lf11 data",
            "lf12": "lf12 data"
          }
        }
       }
     ]
  }
}