summaryrefslogtreecommitdiffstats
path: root/vpp-common/vpp-translate-utils/src/test/resources/multi-mapping.json
blob: c20401fc089e7b2c49c243fa816c4698c19477e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "mappings": {
    "mapping": [
      {
        "name": "parent-1",
        "value": [
          {
            "index": 1,
            "name": "child-1"
          },
          {
            "index": 2,
            "name": "child-2"
          },
          {
            "index": 3,
            "name": "child-3"
          }
        ]
      },
      {
        "name": "parent-2"
      },
      {
        "name": "parent-3",
        "value": [
          {
            "index": 1,
            "name": "child-1"
          }
        ]
      }
    ]
  }
}