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