export interface Schema {
    project: string;
    pluginRepo: string;
    pluginName: string;
    path: string;
    ignoredParts?: string;
}