27 lines
489 B
JSON
27 lines
489 B
JSON
{
|
|
"description": "Default anonymization rules for notary folder context and question text",
|
|
"anonymizeKeys": [
|
|
"firstName",
|
|
"lastName",
|
|
"first_name",
|
|
"last_name",
|
|
"email",
|
|
"address",
|
|
"city",
|
|
"postalCode",
|
|
"postal_code",
|
|
"phone",
|
|
"mobile",
|
|
"birthDate",
|
|
"birth_date",
|
|
"placeOfBirth",
|
|
"place_of_birth",
|
|
"name",
|
|
"label",
|
|
"comment"
|
|
],
|
|
"placeholderPrefix": "PII",
|
|
"recursive": true,
|
|
"anonymizeQuestion": true
|
|
}
|