From 2ca53bfa40375bb085db1ba9a669faab38bebd51 Mon Sep 17 00:00:00 2001 From: Rodrigo Pastro Date: Fri, 29 Jul 2022 16:51:16 -0400 Subject: [PATCH] fix: Correct schema definition for IncidentIdArray --- loggingservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loggingservice.yaml b/loggingservice.yaml index e398aba..ba761d6 100644 --- a/loggingservice.yaml +++ b/loggingservice.yaml @@ -466,7 +466,7 @@ components: type: integer format: int32 description: Total number of items found - logEventIds: + incidentIds: type: array items: type: string