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-LD | W3C standard for representing data in a plain JSON format with a Data Integrity proof. |
SD-JWT | Extension of JSON based JWT with ability for selectively disclosed attributes. |
AnonCreds (ZKCreds) | Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclousre. |