mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 18:06:03 +00:00
fix: PII description (#16827)
This commit is contained in:
parent
00772fc83f
commit
c372f506a5
@ -1,7 +1,7 @@
|
||||
{
|
||||
"createClassification": {
|
||||
"name": "PII",
|
||||
"description": "Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.<br/><br/>_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._",
|
||||
"description": "Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.<br/><br/>_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._",
|
||||
"provider": "system",
|
||||
"mutuallyExclusive": "true"
|
||||
},
|
||||
|
@ -50,7 +50,7 @@ export const MOCK_ALL_CLASSIFICATIONS = {
|
||||
name: 'PII',
|
||||
fullyQualifiedName: 'PII',
|
||||
description:
|
||||
'Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.',
|
||||
'Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.',
|
||||
version: 0.1,
|
||||
updatedAt: 1672135714322,
|
||||
updatedBy: 'admin',
|
||||
|
Loading…
x
Reference in New Issue
Block a user