{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FunnelCorrelationQuery", "title": "FunnelCorrelationQuery", "additionalProperties": false, "properties": { "funnelCorrelationEventExcludePropertyNames": { "default": null, "title": "Funnelcorrelationeventexcludepropertynames", "items": { "type": "string" }, "type": "array", "nullable": true }, "funnelCorrelationEventNames": { "default": null, "title": "Funnelcorrelationeventnames", "items": { "type": "string" }, "type": "array", "nullable": true }, "funnelCorrelationExcludeEventNames": { "default": null, "title": "Funnelcorrelationexcludeeventnames", "items": { "type": "string" }, "type": "array", "nullable": true }, "funnelCorrelationExcludeNames": { "default": null, "title": "Funnelcorrelationexcludenames", "items": { "type": "string" }, "type": "array", "nullable": true }, "funnelCorrelationNames": { "default": null, "title": "Funnelcorrelationnames", "items": { "type": "string" }, "type": "array", "nullable": true }, "funnelCorrelationType": { "$ref": "#/components/schemas/FunnelCorrelationResultsType" }, "kind": { "default": "FunnelCorrelationQuery", "title": "Kind", "type": "string", "enum": [ "FunnelCorrelationQuery" ] }, "response": { "default": null, "allOf": [ { "$ref": "#/components/schemas/FunnelCorrelationResponse" } ], "nullable": true }, "source": { "$ref": "#/components/schemas/FunnelsActorsQuery" }, "version": { "default": null, "description": "version of the node, used for schema migrations", "title": "Version", "type": "number", "nullable": true } }, "required": [ "funnelCorrelationType", "source" ], "type": "object" }