{
  "id": "malware-scheduling",
  "onboard": true,
  "status": {
    "free": "default-inactive",
    "pro": "default-active"
  },
  "type": "site-check",
  "title": "Scheduled Site Scan",
  "description": "Protect your site with automated site scans. When this feature is enabled, the site will be automatically scanned four times daily (hourly for Pro). If a problem is found, an email is sent to select users.",
  "scheduling": {
    "malware-scan": {
      "type": "recurring",
      "schedule": {
        "free": "four-daily",
        "pro": "hourly"
      }
    }
  },
  "settings": {
    "type": "object",
    "properties": {
      "notification_threshold": {
        "type": "integer",
        "oneOf": [
          {
            "enum": [
              1
            ],
            "title": "All"
          },
          {
            "enum": [
              2
            ],
            "title": "Medium and high priority"
          },
          {
            "enum": [
              3
            ],
            "title": "High priority only"
          }
        ],
        "default": 2,
        "title": "Vulnerability Notification Threshold",
        "description": "Choose what types of vulnerabilities should be included in the site scan notification."
      }
    },
    "uiSchema": {
      "notification_threshold": {
        "ui:widget": "select"
      }
    }
  }
}
