UNPKG

@krebitdao/reputation-passport

Version:

Krebit SDK for Verified Credentials

15 lines (14 loc) 402 B
export const governmentId = { title: 'governmentId', type: 'object', properties: { type: { type: 'string' }, country: { type: 'string' }, number: { type: 'string' }, issuanceDate: { type: 'string' }, expirationDate: { type: 'string' }, proofs: { type: 'object' } }, required: ['country', 'number'], additionalProperties: false };