{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/dsar-api-dsar-response-structure.json", "name": "DsarResponse", "description": "DsarResponse schema from Amplitude Data Subject Access Request API", "type": "object", "properties": { "request_id": { "type": "string", "description": "The unique identifier for the DSAR request." }, "status": { "type": "string", "description": "The status of the request." } } }