{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SearchAnalyticsQueryRequest", "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "dimensions": { "type": "array" }, "type": { "type": "string" }, "dimensionFilterGroups": { "type": "array" }, "aggregationType": { "type": "string" }, "rowLimit": { "type": "integer" }, "startRow": { "type": "integer" }, "dataState": { "type": "string" } } }