Amplitude · Schema

CategoryListResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

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

JSON Schema

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