Business Registry Verifications
-
🍃 Add new attributes to Business Registry Verifications: To provide the underlying record that a BRV matched against, each match requirement now includes four new attributes:
claimed_attributes: the value found on the provided input for a specific match requirement.extracted_attributes: the value found on the backing record for a specific match requirement.normalized_claimed_attributes: the result of normalizingclaimed-valuethrough normalization methods defined on the associated match requirement.normalized_extracted_attributes: the result of normalizingextracted-valuethrough normalization methods defined on the associated match requirement.

