UNPKG

@0xcert/conventions

Version:

Module with implementation of all confirmed conventions.

37 lines (36 loc) 788 B
import { Schema86 } from './86-base-asset'; export interface Schema88 extends Schema86 { $evidence?: string; $schema: string; description: string; image: string; name: string; } export declare const schema88: { $schema: string; description: string; properties: { description: { description: string; type: string; }; image: { description: string; type: string; }; name: { description: string; type: string; }; $evidence: { description: string; type: string; }; $schema: { description: string; type: string; }; }; title: string; type: string; };