// (C) 2007-2019 GoodData Corporation export interface ISchemaVisualizationClass { title: string; identifier?: string; author?: string; url: string; // plugvis code url or spec that it's local deprecated?: boolean; }