aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/template_with_ints.json
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src/test/resources/templates/search/template_with_ints.json')
-rw-r--r--integration/src/test/resources/templates/search/template_with_ints.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/integration/src/test/resources/templates/search/template_with_ints.json b/integration/src/test/resources/templates/search/template_with_ints.json
new file mode 100644
index 0000000..369b0b4
--- /dev/null
+++ b/integration/src/test/resources/templates/search/template_with_ints.json
@@ -0,0 +1,12 @@
+{
+ "name": "template_with_ints.json",
+ "template": {
+ "parent": {
+ "child1": 6,
+ "child2": 1,
+ "child3": {
+ "child4": 4
+ }
+ }
+ }
+}