Credential
info
Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.
Description
The Credential object defines the structure and properties of the compliant Verifiable Credential, including its context, rendering template, and associated metadata.
Definition
| Property | Required | Description | Type |
|---|---|---|---|
| context | Yes | JSON-LD context for the Verifiable Credential | String[] |
| renderTemplate | No | Templates for rendering the Verifiable Credential | RenderTemplate[] |
| type | Yes | Types of the Verifiable Credential | String[] |
| dlrLinkTitle | Yes | Title for the Identity Register link | String |
| dlrVerificationPage | Yes | URL of the verification page used to verify and render the credential | String |