Solutionunvalidated
Use array_agg(j ->> 'Name') to build a names array and filter it with the @> containment operator
25a844df-f6e5-47f7-a1d5-aad261ad52ab
Use array_agg(j ->> 'Name') to build a names array and filter it with the @> containment operator