Mixpanel · Arazzo Workflow
Mixpanel Schema Governance and Verify
Version 1.0.0
List event schemas, create or update a schema entry, then segment the governed event.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
schema-governance
List schemas, create/update an event schema, then segment the event.
Calls GET /projects/{projectId}/schemas for event schemas, POSTs a schema entry to create or update it, then queries /segmentation for the event.
1
listSchemas
listSchemas
Retrieve the existing event schema definitions for the project. Uses service account basic auth.
2
upsertSchema
createSchemas
Create or update the event schema entry without removing schemas not included in the request.
3
verifyEvent
querySegmentation
Query event segmentation for the governed event to verify data is flowing for it. Uses service account basic auth.
Source API Descriptions
openapi