Amplitude · Schema

SuccessResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
success boolean Whether the operation was successful.
View JSON Schema on GitHub

JSON Schema

amplitude-successresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuccessResponse",
  "title": "SuccessResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the operation was successful."
    }
  }
}