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