DupeDetectCriteria
Dupe detect criteria define how fields are matched. See dupe detect rules for an overview of the possible field/matcher combinations.
Fields
Field | Description |
---|---|
field
string
(required) |
The field on which to match Example value:"email" |
matcher
string
(required) |
Matcher used for the specified field Example value:"exact" |
Example
1{
2 "field": "email",
3 "matcher": "exact"
4}