summaryrefslogtreecommitdiffstats
path: root/csit/data
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2023-04-06 12:03:35 +0100
committerhalil.cakal <halil.cakal@est.tech>2023-04-13 12:28:55 +0100
commitc4a583ae85030da56049fdd2367d77df4a2548e8 (patch)
treeb50932ff9cc4db540db79775c472ce9b54564471 /csit/data
parentdd3643411ed8bb581a3147e07606919c3b1675d3 (diff)
Add patch operation for update node leaves
Issue-ID: CPS-1602 Change-Id: Ie67e6cb6810cd6ea05f3a11f7b195f0f23d39138 Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'csit/data')
-rw-r--r--csit/data/testTreePatchExample.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/csit/data/testTreePatchExample.json b/csit/data/testTreePatchExample.json
new file mode 100644
index 000000000..31210b628
--- /dev/null
+++ b/csit/data/testTreePatchExample.json
@@ -0,0 +1,11 @@
+{
+ "name": "Right",
+ "nest": {
+ "name": "Bigger",
+ "birds": [
+ "Eagle",
+ "Falcon",
+ "Pigeon"
+ ]
+ }
+} \ No newline at end of file