aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/test/resources/templates/search/template_with_floats.json
blob: 2b8caf4a01ffb45e540091718c12420c88133707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "template_with_floats.json",
  "template": {
    "parent": {
      "child1": 6.4,
      "child2": 1.2,
      "child3": {
        "child5": 4.4,
        "child2": "1"
      }
    }
  }
}