Skip to content

Commit a0415c2

Browse files
committed
WIP
1 parent 6e5318f commit a0415c2

File tree

3 files changed

+165
-202
lines changed

3 files changed

+165
-202
lines changed

packages/compass-collection/src/schema-analysis-types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export type SchemaAnalysisErrorState = {
3232
export interface FieldInfo {
3333
type: string; // MongoDB type (eg. String, Double, Array, Document)
3434
sample_values?: unknown[]; // Primitive sample values (flattened for arrays)
35-
array_sample_values?: unknown[]; // Sample values of the top-level array object
3635
probability?: number; // 0.0 - 1.0 field frequency
3736
}
3837

0 commit comments

Comments
 (0)