export interface Schema { workspace: string; name: string; org?: string; author?: string; email?: string; }