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