Amplitude · Schema

EventTypeListResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
data array Array of event types.
View JSON Schema on GitHub

JSON Schema

amplitude-eventtypelistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventTypeListResponse",
  "title": "EventTypeListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of event types.",
      "items": {
        "$ref": "#/components/schemas/EventType"
      }
    }
  }
}