Amplitude · Schema

UserPropertyListResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
data array Array of user properties.
View JSON Schema on GitHub

JSON Schema

amplitude-userpropertylistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserPropertyListResponse",
  "title": "UserPropertyListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of user properties.",
      "items": {
        "$ref": "#/components/schemas/UserProperty"
      }
    }
  }
}