Skip to content

Commit

Permalink
Merge pull request #157 from daniel-dierich/main
Browse files Browse the repository at this point in the history
Add EventSimSwap to Sim Swap Subscriptions
  • Loading branch information
bigludo7 authored Oct 17, 2024
2 parents 597489e + ce942b9 commit 9e05324
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.1.0
version: wip
x-camara-commonalities: 0.4.0

externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
servers:
- url: '{apiRoot}/sim-swap-subscriptions/v0.1'
- url: '{apiRoot}/sim-swap-subscriptions/vwip'

variables:
apiRoot:
Expand Down Expand Up @@ -678,11 +678,14 @@ components:
description: Timestamp of when the occurrence happened. Must adhere to RFC 3339.
example: "2018-04-05T17:31:00Z"

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

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

0 comments on commit 9e05324

Please sign in to comment.