From 6f069fdd0064fb8e4d4f43655157b7115b497a24 Mon Sep 17 00:00:00 2001 From: Henry Unger Date: Fri, 30 Aug 2024 11:36:33 -0700 Subject: [PATCH] Update loggingservice.yaml to remove conflicting incidentId per Michael Smith errata against EIDO Conveyance v1.0 --- loggingservice.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/loggingservice.yaml b/loggingservice.yaml index 589e603..36f9c98 100644 --- a/loggingservice.yaml +++ b/loggingservice.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Logging Service - version: "1.2.1" + version: "1.2.2" servers: - url: https://api.example.com/Logging/v1 paths: @@ -1320,14 +1320,11 @@ components: - queryId - direction - peerId - - incidentId properties: queryId: type: string direction: $ref: '#/components/schemas/Direction' - incidentId: - type: string peerId: type: string format: uri @@ -1373,8 +1370,6 @@ components: expires: type: integer format: int32 - incidentId: - type: string subscriptionId: type: string SubscriptionRequestedResponseLogEvent: @@ -1411,8 +1406,6 @@ components: peerId: type: string format: uri - incidentId: - type: string direction: $ref: '#/components/schemas/Direction' reason: @@ -1450,15 +1443,12 @@ components: - type: object required: - peerId - - incidentId - reasonCode - reasonText properties: peerId: type: string format: uri - incidentId: - type: string reasonCode: type: string reasonText: @@ -1478,8 +1468,6 @@ components: peerId: type: string format: uri - incidentId: - type: string retries: type: integer format: int32 @@ -1534,4 +1522,4 @@ components: closeText: type: string webSocketId: - type: string \ No newline at end of file + type: string