Amplitude · JSON Structure

Taxonomy Api Category Structure

Category schema from Amplitude Taxonomy API

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

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

Properties

id name

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-structure.json",
  "name": "Category",
  "description": "Category schema from Amplitude Taxonomy API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "The unique identifier of the category."
    },
    "name": {
      "type": "string",
      "description": "The name of the category."
    }
  }
}