Try changing the types of the new column to the following:
{ "name" : "new_field", "type" : ["null", "string"], "default" : null }
"null" refers to a data type and null to the null value.