Database
[{"employee":"Joe","dateTime":ISODate("2022-06-24T01:31:23.41Z"),"fileContents":{"inventory":[{"attribute":"A","attributeInventory":[{"atrributeCompId":"v1",},{"attributeCompId":"v2",}]},]}},{"employee":"Joe","dateTime":ISODate("2022-06-24T01:31:23.41Z"),"fileContents":{"inventory":[{"attribute":"A","attributeInventory":[{"attributeCompId":"v2",}]},]}},{"employee":"Joe","dateTime":ISODate("2022-06-24T01:31:23.41Z"),"fileContents":{"inventory":[{"attribute":"A","attributeInventory":[{"atrributeCompId":"v1",}]},]}}]
Query
db.collection.aggregate([{$set:{v1:{$map:{input:"$fileContents.inventory",in:{$in:["v1","$$this.attributeInventory.atrributeCompId"]}}}}},{$set:{v1:{$allElementsTrue:"$v1"}}},{$match:{v1:false}}])