@0xcert/conventions
Version:
Module with implementation of all confirmed conventions.
37 lines (36 loc) • 792 B
TypeScript
import { SchemaErc721 } from './erc721';
export interface Schema86 extends SchemaErc721 {
$evidence?: string;
$schema: string;
description?: string;
image?: string;
name?: string;
}
export declare const schema86: {
$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;
};