@0xcert/conventions
Version:
Module with implementation of all confirmed conventions.
18 lines • 703 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.schema86 = void 0;
const erc721_1 = require("./erc721");
exports.schema86 = {
$schema: 'https://conventions.0xcert.org/xcert-schema.json',
description: 'An abstract digital asset schema.',
properties: Object.assign({ $evidence: {
description: 'A path to the evidence JSON with data needed to verify the asset.',
type: 'string',
}, $schema: {
description: 'A path to JSON Schema definition file.',
type: 'string',
} }, erc721_1.schemaErc721.properties),
title: 'Base Asset',
type: 'object',
};
//# sourceMappingURL=86-base-asset.js.map