export interface SchemaBase { /** * A short, human-readable label of this object. */ label?: string; }