Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dierich authored Nov 19, 2024
1 parent eb51fe1 commit d1db472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,11 @@ components:
description: Event detail structure for SUBSCRIPTION_ENDS event
type: object
required:
- Reason
- terminationReason
- subscriptionId
properties:
Reason:
$ref: "#/components/schemas/Reason"
terminationReason:
$ref: "#/components/schemas/TerminationReason"
subscriptionId:
$ref: "#/components/schemas/SubscriptionId"
terminationDescription:
Expand Down

0 comments on commit d1db472

Please sign in to comment.