We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebec22 commit 53f33a2Copy full SHA for 53f33a2
api/openapi.json
@@ -1207,15 +1207,7 @@
1207
"title": "Trigger Type"
1208
},
1209
"trigger_category": {
1210
- "anyOf": [
1211
- {
1212
- "type": "string"
1213
- },
1214
1215
- "type": "null"
1216
- }
1217
- ],
1218
- "title": "Trigger Category"
+ "$ref": "#/components/schemas/AlertSeverity"
1219
1220
"timestamp": {
1221
"type": "string",
@@ -1303,6 +1295,14 @@
1303
1295
"title": "AlertConversation",
1304
1296
"description": "Represents an alert with it's respective conversation."
1305
1297
1298
+ "AlertSeverity": {
1299
+ "type": "string",
1300
+ "enum": [
1301
+ "info",
1302
+ "critical"
+ ],
+ "title": "AlertSeverity"
+ },
1306
"ChatMessage": {
1307
"properties": {
1308
"message": {
0 commit comments