ErasureRequest
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ErasureRequest.jsonmodestring
reasonstring
requestedAtdate-timerequired
resolutionNotestring
resolvedAtdate-time
resolvedBystring
statusstringrequired
tenantIdstring
userUuidstringrequired
uuidstringrequired
ErasureRequest
{
"$schema": "https://example.com/schemas/ErasureRequest.json",
"mode": "string",
"reason": "string",
"requestedAt": "2024-07-29T15:51:28.071Z",
"resolutionNote": "string",
"resolvedAt": "2024-07-29T15:51:28.071Z",
"resolvedBy": "string",
"status": "string",
"tenantId": "string",
"userUuid": "string",
"uuid": "string"
}