diff --git a/.vscode/rule_jsonschema.json b/.vscode/rule_jsonschema.json index d49d8ca76..a63263c8c 100644 --- a/.vscode/rule_jsonschema.json +++ b/.vscode/rule_jsonschema.json @@ -14,6 +14,9 @@ "Enabled": { "$ref": "#/definitions/Enabled" }, + "CreateAlert": { + "$ref": "#/definitions/CreateAlert" + }, "Filename": { "$ref": "#/definitions/Filename" }, @@ -99,6 +102,11 @@ "type": "boolean", "default": true }, + "CreateAlert": { + "description": "Whether the correlation rule should create an alert or not (default: true)", + "type": "boolean", + "default": true + }, "Filename": { "title": "Filename to the python file that acommpanies this detection.", "description": "Python file with the detection logic",