The conflict resolution policy.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConflictResolutionPolicy", "type": "object", "description": "The conflict resolution policy.", "properties": { "mode": { "type": "string", "description": "The conflict resolution mode." }, "conflictResolutionPath": { "type": "string", "description": "The path for the last-writer-wins conflict resolution." }, "conflictResolutionProcedure": { "type": "string", "description": "The stored procedure for custom conflict resolution." } } }