export interface ISchemaVisualizationClass { title: string; identifier?: string; author?: string; url: string; deprecated?: boolean; }