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