aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/template_with_floats.json
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src/test/resources/templates/search/template_with_floats.json')
-rw-r--r--integration/src/test/resources/templates/search/template_with_floats.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/integration/src/test/resources/templates/search/template_with_floats.json b/integration/src/test/resources/templates/search/template_with_floats.json
new file mode 100644
index 0000000..2b8caf4
--- /dev/null
+++ b/integration/src/test/resources/templates/search/template_with_floats.json
@@ -0,0 +1,13 @@
+{
+ "name": "template_with_floats.json",
+ "template": {
+ "parent": {
+ "child1": 6.4,
+ "child2": 1.2,
+ "child3": {
+ "child5": 4.4,
+ "child2": "1"
+ }
+ }
+ }
+}