SyncResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/SyncResponseBody.jsonmessagestringrequired
Status message describing the sync result
successbooleanrequired
Whether the sync completed successfully
SyncResponseBody
{
"$schema": "https://example.com/schemas/SyncResponseBody.json",
"message": "string",
"success": true
}