{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogStreamMixpanelSink", "title": "LogStreamMixpanelSink", "type": "object", "additionalProperties": false, "required": [ "mixpanelRegion", "mixpanelProjectId", "mixpanelServiceAccountUsername", "mixpanelServiceAccountPassword" ], "properties": { "mixpanelRegion": { "$ref": "#/components/schemas/LogStreamMixpanelRegionEnum" }, "mixpanelProjectId": { "type": "string", "description": "Mixpanel Project Id", "pattern": "^\\d+$" }, "mixpanelServiceAccountUsername": { "type": "string", "description": "Mixpanel Service Account Username", "pattern": "^[^:]+$" }, "mixpanelServiceAccountPassword": { "type": "string", "description": "Mixpanel Service Account Password", "pattern": "^[^:]+$" } } }