diff --git a/integrations/schemas/notification.json b/integrations/schemas/notification.json
index 0b769e1888..1027f9b3d9 100644
--- a/integrations/schemas/notification.json
+++ b/integrations/schemas/notification.json
@@ -45,6 +45,22 @@
             "notification_limitations"
           ]
         },
+        "global_setup": {
+            "type": "object",
+            "description": "Flags that show which global setup sections are relevant for this notification method.",
+            "properties": {
+                "severity_filtering": {
+                    "type": "boolean"
+                },
+                "http_proxy": {
+                    "type": "boolean"
+                }
+            },
+            "required": [
+                "severity_filtering",
+                "http_proxy"
+            ]
+        },
         "setup": {
           "oneOf": [
             {