Skip to main content

SyncResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SyncResponseBody.json
messagestringrequired

Status message describing the sync result

successbooleanrequired

Whether the sync completed successfully

SyncResponseBody
{
"$schema": "https://example.com/schemas/SyncResponseBody.json",
"message": "string",
"success": true
}