Payload schema
backupIdstring
The restored R2 snapshot's id (the SDK's random UUID).
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"backupId": {
"type": "string",
"description": "The restored R2 snapshot's id (the SDK's random UUID)."
}
},
"required": [
"backupId"
]
}