Problem description
Hi all,
the event for a sim swap is missing in the API specification.
Expected behavior
API specification should include:
EventSimSwap:
description: event structure for event sim swapped
allOf:
- $ref: "#/components/schemas/CloudEvent"
- type: object
properties:
data:
$ref: "#/components/schemas/Swapped"