Changing shop dialogue - content patcher error

Grimat

Greenhorn
Trying to modify the dialogue when upgrading a tool at Clint, but I'm getting the following error. Can someone help me figure out how to fix? -

[00:35:17 WARN Content Patcher] Can't apply data patch "ClintDialogue > EditData Data/Shops" to Data/Shops: the field 'ClintUpgrade' > 'Owners' > 'Dialogues' doesn't match an existing target

Below is my code -

Code:
{
  "Format": "2.0.0",
  "Changes": [
    {
      "Action": "EditData",
      "Target": "Data/Shops",
      "TargetField": [ "ClintUpgrade", "Owners", "Dialogues" ],
      "Entries": {
        "Dialogue": ""
      }
    }
  ]
}
 
Top