summaryrefslogtreecommitdiffstats
path: root/csit/data/cps-core/testTreePatchExample.json
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-12-13 09:56:49 +0000
committerGerrit Code Review <gerrit@onap.org>2023-12-13 09:56:49 +0000
commit7e94b26a666907cc97d692b8dda8364bb0a0ef45 (patch)
tree6ca90a5d54d5a53c16ab32a6f097d412dac2c0c1 /csit/data/cps-core/testTreePatchExample.json
parenta72a36a338b8c6901e02742af8766baea57b0428 (diff)
parent14d37304d8b83efc099ba19d6f3e7d5d53fead29 (diff)
Merge "Clean up CSIT Test"
Diffstat (limited to 'csit/data/cps-core/testTreePatchExample.json')
-rw-r--r--csit/data/cps-core/testTreePatchExample.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/csit/data/cps-core/testTreePatchExample.json b/csit/data/cps-core/testTreePatchExample.json
new file mode 100644
index 0000000000..31210b6289
--- /dev/null
+++ b/csit/data/cps-core/testTreePatchExample.json
@@ -0,0 +1,11 @@
+{
+ "name": "Right",
+ "nest": {
+ "name": "Bigger",
+ "birds": [
+ "Eagle",
+ "Falcon",
+ "Pigeon"
+ ]
+ }
+} \ No newline at end of file