aboutsummaryrefslogtreecommitdiffstats
path: root/cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-07-23 05:27:44 +0000
committerNiranjana Y <niranjana.y60@wipro.com>2021-07-30 11:33:18 +0000
commit3e5957464b6b4fa18bcae18bcfdce5fc9bace787 (patch)
tree398c1115de5f66b60d12d98f4106245ab7f64c9b /cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json
parente1216505db39f033c8460ca835eb352e27737b9f (diff)
Support for Multiple xpath queries in single api query
Issue-ID: CPS-510 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I79c41d8028355a205d6d1e7808f64447dd94a28b
Diffstat (limited to 'cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json')
-rw-r--r--cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json b/cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json
new file mode 100644
index 0000000..9cef3ea
--- /dev/null
+++ b/cps-tbdmt-service/src/test/resources/sample_multiple_query_data_1.json
@@ -0,0 +1,26 @@
+{
+ "branch":[
+ {
+ "name":"Right",
+ "nest":{
+ "name":"Big",
+ "birds":[
+ "Owl",
+ "Raven",
+ "Crow"
+ ]
+ }
+ },
+ {
+ "name":"Left",
+ "nest":{
+ "name":"Small",
+ "birds":[
+ "Robin",
+ "Sparrow",
+ "Finch"
+ ]
+ }
+ }
+ ]
+}