Amplitude · Schema

CohortUploadResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
cohort_id string The ID of the created or updated cohort.
View JSON Schema on GitHub

JSON Schema

amplitude-cohortuploadresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CohortUploadResponse",
  "title": "CohortUploadResponse",
  "type": "object",
  "properties": {
    "cohort_id": {
      "type": "string",
      "description": "The ID of the created or updated cohort."
    }
  }
}