import {SchemaProperty} from './index'; export interface ISchema { type: string; properties: { [propertyKey: string]: SchemaProperty; }; }