Database

[{"collection":"collection","count":100,"content":{"key1":{"type":"int","minInt":0,"maxInt":1},"key2":{"type":"int","minInt":0,"maxInt":1}}}]

Query

db.collection.aggregate([{"$unset":"_id"},{"$group":{"_id":"$$ROOT"}},{"$replaceWith":"$_id"}])

Result