aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/template_with_array.json
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src/test/resources/templates/search/template_with_array.json')
-rw-r--r--integration/src/test/resources/templates/search/template_with_array.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/integration/src/test/resources/templates/search/template_with_array.json b/integration/src/test/resources/templates/search/template_with_array.json
new file mode 100644
index 0000000..0ed4326
--- /dev/null
+++ b/integration/src/test/resources/templates/search/template_with_array.json
@@ -0,0 +1,23 @@
+{
+ "name": "template_with_array.json",
+ "template": {
+ "parent": {
+ "child1": [
+ {
+ "child1": "Any value 1",
+ "child2": [
+ 4,
+ 4.44
+ ]
+ }
+ ],
+ "child2": [
+ 1,
+ "Any value 4",
+ 3.3,
+ 5
+ ]
+ },
+ "parent2": "[]"
+ }
+}