Skip to content

Commit

Permalink
added schemas to KVAC credential requests (#29)
Browse files Browse the repository at this point in the history
* added schema to issued KVAC credentials
  • Loading branch information
mike-parkhill authored Jul 29, 2024
1 parent 9ee35c5 commit e6e6fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _credentials/forsur.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export function createBiometricsCredential({
algorithm: 'bbdt16',
distribute: true,
credential: {
schema: 'https://schema.dock.io/ForSurBiometricCheck-V4-1709846734949.json',
id: `https://creds-testnet.dock.io/${uuidv4()}`,
name: 'ForSur - Biometric',
description: 'The "ForSur - Biometric" schema is specifically developed for the secure registration and storage of biometric data.',
Expand Down
1 change: 1 addition & 0 deletions _credentials/quotient.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function createBankIdCredential({
distribute: true,
credential: {
id: `https://creds-testnet.dock.io/${uuidv4()}`,
schema: 'https://schema.dock.io/QuotientBankIdentity-V4-1708715398120.json',
name: 'Quotient - Bank Identity',
description: "The \"Quotient - Bank Identity\" schema provides a secure and standardized format for representing key aspects of an individual's bank identity.",
type: [
Expand Down

0 comments on commit e6e6fd4

Please sign in to comment.