@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
21 lines (20 loc) • 663 B
JavaScript
export const issuer = {
title: 'issuer',
type: 'object',
properties: {
did: { type: 'string' },
ethereumAddress: { type: 'string' },
entity: { type: 'string' },
description: { type: 'string' },
imageUrl: { type: 'string' },
verificationUrl: { type: 'string' },
credentialType: { type: 'string' },
credentialSchema: { type: 'string' },
credentialSubjectListUrl: { type: 'string' },
price: { type: 'number' },
expirationMonths: { type: 'number' },
proofs: { type: 'object' }
},
required: ['did', 'credentialType'],
additionalProperties: true
};