ConfigureBusinessRegistryResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ConfigureBusinessRegistryResponseBody.jsonmessagestringrequired
Success or error message
successbooleanrequired
Whether the operation was successful
ConfigureBusinessRegistryResponseBody
{
"$schema": "https://example.com/schemas/ConfigureBusinessRegistryResponseBody.json",
"message": "string",
"success": true
}