Skip to content

Commit

Permalink
feat: change GDPR compliance to more generic data protection compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Dec 10, 2024
1 parent 208eb10 commit 9aa7496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"title": "Government-approved Cryptography",
"description": "A DID method that implements cryptographic algorithms and protocols explicitly validated and recommended by national cryptographic standards bodies. Example: FIPS 186-4."
},
"gdprCompliant": {
"dataProtectionCompliant": {
"type": "boolean",
"title": "GDPR-compliant",
"description": "A DID method's ability to fully adhere to the European Union's General Data Protection Regulation (GDPR) requirements, ensuring comprehensive protection of personal data and individual privacy rights."
"title": "Data Protection-compliant",
"description": "A DID method's ability to fully adhere to data protection regulation requirements, ensuring comprehensive protection of personal data and individual privacy rights. For example: GDPR (EU), LGPD (Brasil), DPDP (India)."
}
},
"required": [
Expand Down

0 comments on commit 9aa7496

Please sign in to comment.