Amplitude · Schema

DeploymentListResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
deployments array Array of deployment objects.
View JSON Schema on GitHub

JSON Schema

amplitude-deploymentlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeploymentListResponse",
  "title": "DeploymentListResponse",
  "type": "object",
  "properties": {
    "deployments": {
      "type": "array",
      "description": "Array of deployment objects.",
      "items": {
        "$ref": "#/components/schemas/Deployment"
      }
    }
  }
}