Skip to content

Commit 53f33a2

Browse files
Update OpenAPI to version generated from ref 0e85ed7 (#978)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bebec22 commit 53f33a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: api/openapi.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1207,15 +1207,7 @@
12071207
"title": "Trigger Type"
12081208
},
12091209
"trigger_category": {
1210-
"anyOf": [
1211-
{
1212-
"type": "string"
1213-
},
1214-
{
1215-
"type": "null"
1216-
}
1217-
],
1218-
"title": "Trigger Category"
1210+
"$ref": "#/components/schemas/AlertSeverity"
12191211
},
12201212
"timestamp": {
12211213
"type": "string",
@@ -1303,6 +1295,14 @@
13031295
"title": "AlertConversation",
13041296
"description": "Represents an alert with it's respective conversation."
13051297
},
1298+
"AlertSeverity": {
1299+
"type": "string",
1300+
"enum": [
1301+
"info",
1302+
"critical"
1303+
],
1304+
"title": "AlertSeverity"
1305+
},
13061306
"ChatMessage": {
13071307
"properties": {
13081308
"message": {

0 commit comments

Comments
 (0)