Database
[{"_id":1,"property":[{"model":["BMW","Toyota","Honda"],"color":["red","blue","yellow"],},{"model":["Test0","Test1","Test2"],"color":["black","blue","brown"],}]}]
Query
db.collection.update({},{"$set":{"property.1.color.1":"red"}})