summaryrefslogtreecommitdiffstats
path: root/csit/data/testTreePatchExample.json
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2023-04-17 15:09:52 +0000
committerGerrit Code Review <gerrit@onap.org>2023-04-17 15:09:52 +0000
commit36d6e83473846cd4e0ad5e42ad6a8d0e3e3b3425 (patch)
tree7eed5fe7a7c64dfc0d69b823eafce48512cbf4f6 /csit/data/testTreePatchExample.json
parent909344010556b6ddbf53c898c2e099525676c09a (diff)
parentc4a583ae85030da56049fdd2367d77df4a2548e8 (diff)
Merge "Add patch operation for update node leaves"
Diffstat (limited to 'csit/data/testTreePatchExample.json')
-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 0000000000..31210b6289
--- /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