Amplitude · JSON Structure

Taxonomy Api Category List Response Structure

CategoryListResponse schema from Amplitude Taxonomy API

Type: object Properties: 1
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

CategoryListResponse is a JSON Structure definition published by Amplitude, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/taxonomy-api-category-list-response-structure.json",
  "name": "CategoryListResponse",
  "description": "CategoryListResponse schema from Amplitude Taxonomy API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of event categories.",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "int32",
            "description": "The unique identifier of the category."
          },
          "name": {
            "type": "string",
            "description": "The name of the category."
          }
        }
      }
    }
  }
}