{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RevenueAnalyticsTopCustomersQuery", "title": "RevenueAnalyticsTopCustomersQuery", "additionalProperties": false, "properties": { "dateRange": { "default": null, "allOf": [ { "$ref": "#/components/schemas/DateRange" } ], "nullable": true }, "groupBy": { "$ref": "#/components/schemas/RevenueAnalyticsTopCustomersGroupBy" }, "kind": { "default": "RevenueAnalyticsTopCustomersQuery", "title": "Kind", "type": "string", "enum": [ "RevenueAnalyticsTopCustomersQuery" ] }, "modifiers": { "default": null, "description": "Modifiers used when performing the query", "allOf": [ { "$ref": "#/components/schemas/HogQLQueryModifiers" } ], "nullable": true }, "properties": { "type": "array", "items": { "$ref": "#/components/schemas/RevenueAnalyticsPropertyFilter" }, "title": "Properties" }, "response": { "default": null, "allOf": [ { "$ref": "#/components/schemas/RevenueAnalyticsTopCustomersQueryResponse" } ], "nullable": true }, "tags": { "default": null, "allOf": [ { "$ref": "#/components/schemas/QueryLogTags" } ], "nullable": true }, "version": { "default": null, "description": "version of the node, used for schema migrations", "title": "Version", "type": "number", "nullable": true } }, "required": [ "groupBy", "properties" ], "type": "object" }