From 340094aa08b8996659e3f143cc46031e09629a56 Mon Sep 17 00:00:00 2001 From: vburtonComtech Date: Thu, 27 Jun 2024 16:06:59 -0700 Subject: [PATCH] Update loggingservice.yaml for AdditionalAgencyLogEvent Changed agencyId to additionalAgencyId to align with NENA STA-010.3f --- loggingservice.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loggingservice.yaml b/loggingservice.yaml index 589e603..4dabced 100644 --- a/loggingservice.yaml +++ b/loggingservice.yaml @@ -691,9 +691,9 @@ components: - $ref: '#/components/schemas/LogEvent' - type: object required: - - agencyId + - additionalAgencyId properties: - agencyId: + additionalAgencyId: type: string IncidentMergeLogEvent: allOf: @@ -1534,4 +1534,4 @@ components: closeText: type: string webSocketId: - type: string \ No newline at end of file + type: string