From d9ca9fd654393a167a062c02cd3a193673ed6e45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Jan 2025 10:08:45 +0000 Subject: [PATCH] Update OpenAPI to version generated from ref 0fd324e28eafca9ef1174c5fad8d18ae0d47999c --- api/openapi.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/api/openapi.json b/api/openapi.json index 4c54f59f..6b495bb3 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -46,7 +46,14 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/AlertConversation" + "anyOf": [ + { + "$ref": "#/components/schemas/AlertConversation" + }, + { + "type": "null" + } + ] }, "type": "array", "title": "Response Get Alerts Dashboard Alerts Get"