Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@
],
"response": []
},
"search_mvt": {
"request": [
"Request: query parameter 'grid_agg' does not exist in the json spec"
],
"response": []
},
"searchable_snapshots.clear_cache": {
"request": [
"Request: missing json spec query parameter 'index'"
Expand Down
6 changes: 6 additions & 0 deletions specification/_json_spec/search_mvt.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
"description": "Determines the geometry type for features in the aggs layer.",
"default": "grid"
},
"grid_agg": {
"type": "enum",
"options": ["geotile", "geohex"],
"description": "Aggregation used to create a grid for `field`.",
"default": "geotile"
},
"size": {
"type": "int",
"description": "Maximum number of features to return in the hits layer. Accepts 0-10000.",
Expand Down