{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DeletedKeyBundle",
"type": "object",
"description": "A deleted key bundle.",
"properties": {
"recoveryId": {
"type": "string",
"description": "The URL of the recovery object."
},
"scheduledPurgeDate": {
"type": "integer",
"description": "The time when the key is scheduled to be purged (Unix time)."
},
"deletedDate": {
"type": "integer",
"description": "The time when the key was deleted (Unix time)."
}
}
}