Flag to check if the user skipped the configuration wizard.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email_email_setting_skip-wizard", "title": "email_email_setting_skip-wizard", "default": true, "description": "Flag to check if the user skipped the configuration wizard.", "enum": [ true, false ], "example": true, "type": "boolean" }