From 8d5d44bf0d98108022a85fa41ea0bc21d84c18f0 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Mon, 2 Aug 2021 16:46:49 -0400 Subject: [PATCH] Update schema --- src/Schema/App.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/Schema/App.json b/src/Schema/App.json index c769a99..84544c3 100644 --- a/src/Schema/App.json +++ b/src/Schema/App.json @@ -933,6 +933,14 @@ ], "type": "boolean" }, + "enable": { + "default": true, + "description": "Should this check be run by the bot?", + "examples": [ + true + ], + "type": "boolean" + }, "itemIs": { "description": "A list of criteria to test the state of the `Activity` against before running the check.\n\nIf any set of criteria passes the Check will be run. If the criteria fails then the Check will fail.\n\n* @examples [[{\"over_18\": true, \"removed': false}]]", "items": { @@ -2389,6 +2397,14 @@ ], "type": "boolean" }, + "enable": { + "default": true, + "description": "Should this check be run by the bot?", + "examples": [ + true + ], + "type": "boolean" + }, "itemIs": { "description": "A list of criteria to test the state of the `Activity` against before running the check.\n\nIf any set of criteria passes the Check will be run. If the criteria fails then the Check will fail.\n\n* @examples [[{\"over_18\": true, \"removed': false}]]", "items": {