summaryrefslogtreecommitdiffstats
path: root/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json
blob: 795b548a47ed836a9210f7aedb9ade3daa66bca6 (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
{

  "mappings": {
    "mapping": [
      {
        "id": "first",
        "eid-identificator-pair": {
          "local-eid-id": "local-eid-1",
          "remote-eid-id": "remote-eid-1"
        }
      },
      {
        "id": "second",
        "eid-identificator-pair": {
          "local-eid-id": "local-eid-2",
          "remote-eid-id": "remote-eid-2"
        }
      },
      {
        "id": "third",
        "eid-identificator-pair": {
          "local-eid-id": "local-eid-3",
          "remote-eid-id": "remote-eid-3"
        }
      }
    ]
  }
}