RetentionPreviewOutputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RetentionPreviewOutputBody.jsoncountint64required
cutoffdate-timerequired
Tombstones with deletedAt before this are eligible for cleanup
userUuidsstring[]nullablerequired
RetentionPreviewOutputBody
{
"$schema": "https://example.com/schemas/RetentionPreviewOutputBody.json",
"count": 0,
"cutoff": "2024-07-29T15:51:28.071Z",
"userUuids": "Unknown Type: array,null"
}