summaryrefslogtreecommitdiffstats
path: root/integrations/schemas/agent_notification.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--integrations/schemas/agent_notification.json (renamed from integrations/schemas/notification.json)28
1 files changed, 14 insertions, 14 deletions
diff --git a/integrations/schemas/notification.json b/integrations/schemas/agent_notification.json
index 2596ca441..f157a65d9 100644
--- a/integrations/schemas/notification.json
+++ b/integrations/schemas/agent_notification.json
@@ -46,20 +46,20 @@
]
},
"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"
- }
+ "type": "object",
+ "description": "Flags that show which global setup sections are relevant for this notification method.",
+ "properties": {
+ "severity_filtering": {
+ "type": "boolean"
},
- "required": [
- "severity_filtering",
- "http_proxy"
- ]
+ "http_proxy": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "severity_filtering",
+ "http_proxy"
+ ]
},
"setup": {
"oneOf": [
@@ -84,4 +84,4 @@
]
}
}
-}
+} \ No newline at end of file