Skip to content

Commit d130533

Browse files
authored
Merge pull request #1322 from duglin/1317continue
Add appendix to data classification extension
2 parents b1643cf + fed5569 commit d130533

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

cloudevents/extensions/data-classification.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ is being used.
5353

5454
- Type: `String`
5555
- Description: Data category of the event payload within the context of a
56-
`dataregulation` and `dataclassification`. For GDPR personal data typical
56+
`dataregulation` and `dataclassification`. For GDPR personal data typical
5757
labels are: `non-sensitive`, `standard`, `sensitive`, `special-category`. For
5858
US personal data this could be: `sensitive-pii`, `non-sensitive-pii`,
5959
`non-pii`. And for personal health information under HIPAA: `phi`.
@@ -92,4 +92,19 @@ Examples where data classification of events can be useful are:
9292
auditing and access policies based upon classification.
9393
- When an event payload is subjected to regulation and therefore retention
9494
policies apply. For example, having event retention policies based upon data
95-
classification or to enable automated data purging of durable topics.
95+
classification or to enable automated data purging of durable topics.
96+
97+
## Appendix: Data Protection and Privacy Regulations
98+
99+
For reference purposes, a catalog of common data protection and privacy
100+
regulation and abbreviations is availble from [UNCTAD
101+
(United Nations Conference on Trade and
102+
Development)](https://unctad.org/page/data-protection-and-privacy-legislation-worldwide),
103+
under the `DOWNLOAD FULL DATA` button ([direct
104+
link](https://unctad.org/system/files/information-document/DP.xlsx)). Others
105+
might exist.
106+
107+
Some examples include:
108+
- `GDPR` - General Data Protection Regulation, Europe
109+
- `HIPAA` - Health Insurance Portability and Accountability Act, United States
110+
- `NDPR` - Nigeria Data Protection Regulation, Nigeria

0 commit comments

Comments
 (0)