summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json
diff options
context:
space:
mode:
Diffstat (limited to 'netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json')
-rw-r--r--netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json b/netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json
new file mode 100644
index 0000000..a8d6799
--- /dev/null
+++ b/netconf/restconf/restconf-nb-bierman02/src/test/resources/full-versions/testCont1DataPatch.json
@@ -0,0 +1,20 @@
+{
+ "ietf-restconf:yang-patch" : {
+ "patch-id" : "0",
+ "edit" : [
+ {
+ "edit-id" : "edit1",
+ "operation" : "create",
+ "target" : "",
+ "value" :
+ {
+ "cont1":
+ {
+ "lf11": "lf11 data",
+ "lf12": "lf12 data"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file