email_email_setting_status

Show the state of your account, and the type or configuration error.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-email-setting-status-schema.json Raw ↑
{
  "$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"
}