Amplitude · JSON Structure

Taxonomy Api User Property Structure

UserProperty schema from Amplitude Taxonomy API

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

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

Properties

user_property description type

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-user-property-structure.json",
  "name": "UserProperty",
  "description": "UserProperty schema from Amplitude Taxonomy API",
  "type": "object",
  "properties": {
    "user_property": {
      "type": "string",
      "description": "The name of the user property."
    },
    "description": {
      "type": "string",
      "description": "A description of the user property."
    },
    "type": {
      "type": "string",
      "description": "The data type of the property."
    }
  }
}