email_email_setting_skip-wizard

Flag to check if the user skipped the configuration wizard.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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