Skip to content

Commit

Permalink
Update code/API_definitions/connectivity-insights-subscriptions.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Rafal Artych <121048129+rartych@users.noreply.github.com>
  • Loading branch information
maheshc01 and rartych authored Aug 21, 2024
1 parent 837d174 commit fb1211b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions code/API_definitions/connectivity-insights-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -888,14 +888,24 @@ components:
org.camaraproject.connectivityinsights.v0.eventSubscriptionEnds:
"#/components/schemas/EventSubscriptionEnds"

NetworkQualityTypeEvent:
description: event structure for event-type event
EventNetworkQualityMet:
description: event structure for Network Quality met
allOf:
- $ref: "#/components/schemas/CloudEvent"
- type: object
properties:
data:
$ref: "#/components/schemas/NetworkQualityInsight"

EventNetworkQualityNotMet:
description: event structure for Network Quality not met
allOf:
- $ref: "#/components/schemas/CloudEvent"
- type: object
properties:
data:
$ref: "#/components/schemas/NetworkQualityInsight"


EventSubscriptionEnds:
description: event structure for event subscription ends
Expand Down

0 comments on commit fb1211b

Please sign in to comment.