Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions api/openapi-spec/v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6045,6 +6045,18 @@ components:
- min
- max
- avg
geohashPrecision:
type: integer
format: int32
description: |
When greater than 0, this is a geohash-grid aggregation over `field`,
which must resolve to a geo-point field (e.g. `location`). Each
returned `searchBucket` carries a geohash cell as `key` and its
count, suitable for density/heatmap rendering. The value is the
geohash length (1-12); higher means finer cells. Libregraph
extension not present in MS Graph.
minimum: 1
maximum: 12
bucketDefinition:
type: object
description: |
Expand Down