export interface ISchemaWrapper { key: string; schema: any; heritage: Array; }