Skip to content

Commit

Permalink
doc: add document for restOfVC parameter in vckit
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhyen99 committed Nov 28, 2024
1 parent a0a49ac commit f0c6fcc
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions documentation/docs/mock-apps/common/vckit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,29 @@ The `VCkit` object contains configuration details for the [Verifiable Credential

## Definition

| Property | Required | Description | Type |
| ----------- | -------- | --------------------------------------------------------------------------------- | ------ |
| vckitAPIUrl | Yes | URL for the VCKit API | String |
| issuer | Yes | Issuer identifier for the Verifiable Credential | String |
| headers | No | Custom headers to be included in the request to the Verifiable Credential service | Object |
| Property | Required | Description | Type |
| ----------- | -------- | --------------------------------------------------------------------------------- | -------- |
| vckitAPIUrl | Yes | URL for the VCKit API | String |
| issuer | Yes | Issuer identifier for the Verifiable Credential | String |
| headers | No | Custom headers to be included in the request to the Verifiable Credential service | Object |
| restOfVC | No | Contain any additional properties that are a part of the standard VC structure | restOfVC |

### restOfVC

The `restOfVC` object contains any additional properties that are a part of the standard Verifiable Credential structure.

| Property | Required | Description | Type |
| ---------- | -------- | ---------------------------------------------------------------- | ------------- |
| id | No | values include UUID and DIDs | String |
| validUntil | No | representing the date and time the credential ceases to be valid | DateTimeStamp |
| render | No | render template used in VCkit | renderer |

### renderer

The `renderer` object contains the render template used in VCkit.

| Property | Required | Description | Type |
| -------- | -------- | -------------------------- | ------ |
| template | Yes | value of template | String |
| @type | Yes | type of template | String |

0 comments on commit f0c6fcc

Please sign in to comment.