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