{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/email_email_setting_status",
"title": "email_email_setting_status",
"description": "Show the state of your account, and the type or configuration error.",
"enum": [
"ready",
"unconfigured",
"misconfigured",
"misconfigured/locked",
"unlocked"
],
"example": "ready",
"readOnly": true,
"type": "string"
}