{
"title": "cli.output.notification.Cleared",
"description": "Number of log files cleared by `<scope> logs clear` (or the global\n`logs clear`). Wire: `{\"type\":\"notification\",\"cleared\":7}`.",
"type": "object",
"properties": {
"cleared": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
}
}
}