Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ export const bucketTermsOperationSchema = schema.object(
schema.object({
type: schema.literal('column'),
/**
* Metric to be used for the column
* Metric to be used for the column by index number (0 based)
*/
metric: schema.number({
meta: {
description: 'Metric to be used for the column',
description: 'Metric to be used for the column by index number (0 based)',
},
}),
/**
Expand Down
Loading
Loading