Amplitude · Schema

DsarResponse

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
request_id string The unique identifier for the DSAR request.
status string The status of the request.
View JSON Schema on GitHub

JSON Schema

amplitude-dsarresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DsarResponse",
  "title": "DsarResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "The unique identifier for the DSAR request."
    },
    "status": {
      "type": "string",
      "description": "The status of the request."
    }
  }
}