{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventTaxonomyQuery", "title": "EventTaxonomyQuery", "additionalProperties": false, "properties": { "actionId": { "default": null, "title": "Actionid", "type": "integer", "nullable": true }, "event": { "default": null, "title": "Event", "type": "string", "nullable": true }, "kind": { "default": "EventTaxonomyQuery", "title": "Kind", "type": "string", "enum": [ "EventTaxonomyQuery" ] }, "limit": { "default": null, "description": "Number of rows to return", "title": "Limit", "type": "integer", "nullable": true }, "maxPropertyValues": { "default": null, "title": "Maxpropertyvalues", "type": "integer", "nullable": true }, "modifiers": { "default": null, "description": "Modifiers used when performing the query", "allOf": [ { "$ref": "#/components/schemas/HogQLQueryModifiers" } ], "nullable": true }, "offset": { "default": null, "description": "Number of rows to skip before returning rows", "title": "Offset", "type": "integer", "nullable": true }, "properties": { "default": null, "title": "Properties", "items": { "type": "string" }, "type": "array", "nullable": true }, "response": { "default": null, "allOf": [ { "$ref": "#/components/schemas/EventTaxonomyQueryResponse" } ], "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 } }, "type": "object" }