export interface Schema {
    path?: string;
    project: string;
    name: string;
    example?: boolean;
    barrel?: boolean;
    spec: boolean;
}