Status
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/Status.jsonphasestringrequired
setupCompletedbooleanrequired
smtpConfiguredbooleanrequired
Status
{
"$schema": "https://example.com/schemas/Status.json",
"phase": "string",
"setupCompleted": true,
"smtpConfigured": true
}