Mixpanel · Schema
CreatePipelineRequest
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser Behavior
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Pipeline name |
| type | string | Destination type |
| fromDate | string | Start date for data export |
| dataTypes | array | Types of data to export |
| schemaType | string | Schema type for the export |
| frequency | string | Export frequency |
| bigqueryConfig | object | |
| snowflakeConfig | object | |
| s3Config | object | |
| gcsConfig | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreatePipelineRequest",
"title": "CreatePipelineRequest",
"type": "object",
"required": [
"name",
"type",
"fromDate",
"dataTypes"
],
"properties": {
"name": {
"type": "string",
"description": "Pipeline name"
},
"type": {
"type": "string",
"enum": [
"bigquery",
"snowflake",
"s3",
"gcs",
"azure-blob"
],
"description": "Destination type"
},
"fromDate": {
"type": "string",
"format": "date",
"description": "Start date for data export"
},
"dataTypes": {
"type": "array",
"items": {
"type": "string",
"enum": [
"event",
"people",
"group"
]
},
"description": "Types of data to export"
},
"schemaType": {
"type": "string",
"enum": [
"monoschema",
"multischema"
],
"description": "Schema type for the export"
},
"frequency": {
"type": "string",
"enum": [
"hourly",
"daily"
],
"description": "Export frequency"
},
"bigqueryConfig": {
"$ref": "#/components/schemas/BigQueryConfig"
},
"snowflakeConfig": {
"$ref": "#/components/schemas/SnowflakeConfig"
},
"s3Config": {
"$ref": "#/components/schemas/S3Config"
},
"gcsConfig": {
"$ref": "#/components/schemas/GCSConfig"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mixpanel-createpipelinerequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.