UNPKG

@dcxp/root

Version:

DCX: Decentralized Credential Exchange. DWN protocol for verifiable credential exchange.

13 lines (11 loc) 304 B
export type InvoiceSchema = typeof schema; export const schema = { $id : 'https://decentralized.cx/protocol/credential-exchange/schemas/invoice', $schema : 'http://json-schema.org/draft-07/schema#', type : 'object', properties : { url: { type: 'string', }, }, };