Update schema

This commit is contained in:
FoxxMD
2021-08-02 16:46:49 -04:00
parent bbd8a6633e
commit 8d5d44bf0d

View File

@@ -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": {