Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions loggingservice.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1373,8 +1370,6 @@ components:
expires:
type: integer
format: int32
incidentId:
type: string
subscriptionId:
type: string
SubscriptionRequestedResponseLogEvent:
Expand Down Expand Up @@ -1411,8 +1406,6 @@ components:
peerId:
type: string
format: uri
incidentId:
type: string
direction:
$ref: '#/components/schemas/Direction'
reason:
Expand Down Expand Up @@ -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:
Expand All @@ -1478,8 +1468,6 @@ components:
peerId:
type: string
format: uri
incidentId:
type: string
retries:
type: integer
format: int32
Expand Down Expand Up @@ -1534,4 +1522,4 @@ components:
closeText:
type: string
webSocketId:
type: string
type: string