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