Amplitude · Schema

CohortListResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
cohorts array Array of cohort metadata objects.
View JSON Schema on GitHub

JSON Schema

amplitude-cohortlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CohortListResponse",
  "title": "CohortListResponse",
  "type": "object",
  "properties": {
    "cohorts": {
      "type": "array",
      "description": "Array of cohort metadata objects.",
      "items": {
        "$ref": "#/components/schemas/Cohort"
      }
    }
  }
}