Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion decentralised-identity/credentials/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>JSON (JWT)</strong></mark></td><td>W3C standard for representing data in a plain JSON format with a JWT proof.</td></tr><tr><td><mark style="color:blue;"><strong>JSON-LD</strong></mark></td><td>W3C standard for representing data in a plain JSON format with a Data Integrity proof.</td></tr><tr><td><mark style="color:blue;"><strong>SD-JWT</strong></mark></td><td>Extension of JSON based JWT with ability for selectively disclosed attributes.</td></tr><tr><td><mark style="color:blue;"><strong>AnonCreds (ZKCreds)</strong></mark></td><td>Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclousre.</td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>JSON (JWT)</strong></mark></td><td>W3C standard for representing data in a plain JSON format with a JWT proof.</td></tr><tr><td><mark style="color:blue;"><strong>JSON-LD</strong></mark></td><td>W3C standard for representing data in a plain JSON format with a Data Integrity proof.</td></tr><tr><td><mark style="color:blue;"><strong>SD-JWT</strong></mark></td><td>Extension of JSON based JWT with ability for selectively disclosed attributes.</td></tr><tr><td><mark style="color:blue;"><strong>AnonCreds (ZKCreds)</strong></mark></td><td>Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclosure.</td></tr></tbody></table>