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
32 changes: 10 additions & 22 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 @@ -700,37 +700,28 @@ components:
- $ref: '#/components/schemas/LogEvent'
- type: object
required:
- incidentId
- mergeIncidentId
- incidentIdMerge
properties:
incidentId:
type: string
mergeIncidentId:
incidentIdMerge:
type: string
IncidentUnMergeLogEvent:
allOf:
- $ref: '#/components/schemas/LogEvent'
- type: object
required:
- incidentId
- unmergedFromIncidentId
- incidentIdUnmerge
properties:
incidentId:
type: string
unmergedFromIncidentId:
incidentIdUnmerge:
type: string
IncidentLinkLogEvent:
allOf:
- $ref: '#/components/schemas/LogEvent'
- type: object
required:
- incidentId
- linkedIncidentId
- incidentIdLinked
- relationship
properties:
incidentId:
type: string
linkedIncidentId:
incidentIdLinked:
type: string
relationship:
type: string
Expand All @@ -740,12 +731,9 @@ components:
- $ref: '#/components/schemas/LogEvent'
- type: object
required:
- incidentId
- unlinkedFromIncidentId
- incidentIdUnLinkedFrom
properties:
incidentId:
type: string
unlinkedFromIncidentId:
incidentIdUnLinkedFrom:
type: string
IncidentClearLogEvent:
allOf:
Expand Down Expand Up @@ -1534,4 +1522,4 @@ components:
closeText:
type: string
webSocketId:
type: string
type: string