SchemaErrorPath: DataModelPath & {
    path?: undefined;
} | {
    path: DataModelPath | string;
}