export interface Schema {
    project: string;
    authority: string;
    client: string;
}
