Skip to main content

ResolveConflictPayload

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ResolveConflictPayload.json
actionstringrequired

One of: keep_existing, take_incoming, manual_merge, dismiss

fieldOverrides object

Required when action=manual_merge. Per-field overrides applied to the existing record.

property name*any

Required when action=manual_merge. Per-field overrides applied to the existing record.

notesstring
ResolveConflictPayload
{
"$schema": "https://example.com/schemas/ResolveConflictPayload.json",
"action": "string",
"fieldOverrides": {},
"notes": "string"
}