export interface Schema { parent: string; intoParent: boolean; section: string; name: string; store: boolean; facade: boolean; path: string; }