From 84300837a6205e85a9be6feec1d2ce2cfadd2900 Mon Sep 17 00:00:00 2001 From: Luc van Kampen Date: Sun, 14 Apr 2024 22:15:29 +0000 Subject: [PATCH] Patch Typo " --- decentralised-identity/credentials/types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decentralised-identity/credentials/types/README.md b/decentralised-identity/credentials/types/README.md index a4e1961..33aa0f2 100644 --- a/decentralised-identity/credentials/types/README.md +++ b/decentralised-identity/credentials/types/README.md @@ -8,5 +8,5 @@ description: What are the different types of Verifiable Credential? There are multiple types of Verifiable Credentials, each with their own set of benefits and features: -
JSON (JWT)W3C standard for representing data in a plain JSON format with a JWT proof.
JSON-LDW3C standard for representing data in a plain JSON format with a Data Integrity proof.
SD-JWTExtension of JSON based JWT with ability for selectively disclosed attributes.
AnonCreds (ZKCreds)Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclousre.
+
JSON (JWT)W3C standard for representing data in a plain JSON format with a JWT proof.
JSON-LDW3C standard for representing data in a plain JSON format with a Data Integrity proof.
SD-JWTExtension of JSON based JWT with ability for selectively disclosed attributes.
AnonCreds (ZKCreds)Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclosure.