Schema
{
"additionalProperties": false,
"required": [
"enable"
],
"type": "object",
"properties": {
"enable": {
"type": "boolean",
"description": "When set to true, the automation mode reduces the blocking the dialogs and popups. When set to false, it reverts to the normal mode."
}
}
}