RegisterResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RegisterResponseBody.jsonmessagestringrequired
requiresVerificationbooleanrequired
successbooleanrequired
userUuidstringrequired
RegisterResponseBody
{
"$schema": "https://example.com/schemas/RegisterResponseBody.json",
"message": "string",
"requiresVerification": true,
"success": true,
"userUuid": "string"
}