* for arrays.
*/
String newName;
if (oldFormat.isArray()) {
if (deleter != null || converter != null || renamer != null) {
Mutation mutation = (deleter != null) ? deleter :
((converter != null) ? converter : renamer);
addInvalidMutation
(oldFormat, null, mutation,
"Mutations not allowed for an array");
return false;