We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArrayPercentilesItem.key
string
double
1 parent 2154fc3 commit 8b338d0Copy full SHA for 8b338d0
specification/_types/aggregations/Aggregate.ts
@@ -160,7 +160,7 @@ type Percentiles = KeyedPercentiles | Array<ArrayPercentilesItem>
160
type KeyedPercentiles = Dictionary<string, string | double | null>
161
162
export class ArrayPercentilesItem {
163
- key: string
+ key: double
164
value: double | null
165
value_as_string?: string
166
}
0 commit comments