I need to rename indentifier in this:
indentifier
{ \"general\" : { \"files\" : { \"file\" : [ { \"version\" : { \"sof
As mentioned in the documentation there is no way to directly rename fields within arrays with a single command. Your only option is to iterate over your collection documents, read them and update each with $unset old/$set new operations.