Currently, noop script requires incoming data to have null/empty value for a field that is being deleted. However, it is a problem for field with massive amount of subfields, such as labels/description fields in Wikidata (see T125500).
We need to be able to tell noop script to replace content of the nested field wholesale, e.g. having data:
labels: { x: hello, y: world }and incoming data:
labels: { x: bonjour }it would replace the whole labels field and not just labels.x. Ideally this would be a parameter on labels mapping.