Skip to content

Commit

Permalink
feat: add EventSimSwap
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dierich authored Oct 16, 2024
1 parent 597489e commit 4f7221f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,15 @@ components:
data:
$ref: "#/components/schemas/SubscriptionEnds"

EventSimSwap:
description: event structure for event sim swapped
allOf:
- $ref: "#/components/schemas/CloudEvent"
- type: object
properties:
data:
$ref: "#/components/schemas/Swapped"

Swapped:
description: Event detail structure for ROAMING_ON & ROAMING_OFF event
type: object
Expand Down

0 comments on commit 4f7221f

Please sign in to comment.