Merge (JSON)
Properties
Name |
Type |
Description |
|
resourcesToDelete |
array of
ResourceReference
|
List of resources to remove from the survivor person. |
|
resourcesToCopy |
array of
ResourceReference
|
List of resources to copy from the duplicate person to survivor person. |
|
Example
{
"resourcesToDelete" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"resourcesToCopy" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ]
}