Mixpanel · Schema

CreateServiceAccountRequest

AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser Behavior

Properties

Name Type Description
name string Display name for the service account
View JSON Schema on GitHub

JSON Schema

mixpanel-createserviceaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateServiceAccountRequest",
  "title": "CreateServiceAccountRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the service account"
    }
  }
}