I have the following object:
{
"roleAttribution": {
"15497490976600-51042": {
"teams": [
"e5abb1e962e11a84ff0e41e99103cd90"
],
"persons": [
"15124323582330-17269"
]
}
},
"type": "link",
}
And need to index/query the teams
array. The problem is the roleAttribution keys are unpredictable.
Is there a way to index and query all possible keys of the object up to the teams array?