summaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/resources/specs/transform-related-to-node.json
blob: c7e018a8a2f8f44fedb28dedb019f1fb3145f0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "operation": "shift",
    "spec": {
      "results": "result",
      "*": "&"
    }
  },
  {
    "operation": "shift",
    "spec": {
      "result": {
        "*": {
          "related-to": "result.[&(1,0)].&(0,0).node",
          "*": "result.[&(1,0)].&(0,0)"
        }
      },
      "*": "&"
    }
  }
]