Skip to content

Commit

Permalink
fix: remove allof in sinkcredential
Browse files Browse the repository at this point in the history
  • Loading branch information
dfischer-tech committed Nov 19, 2024
1 parent 2a551c2 commit 0219416
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,7 @@ components:
description: The address to which events shall be delivered using the selected protocol.
example: "https://endpoint.example.com/sink"
sinkCredential:
allOf:
- description: A sink credential provides authentication or authorization information necessary to enable delivery of events to a target.
- $ref: "#/components/schemas/SinkCredential"
$ref: "#/components/schemas/SinkCredential"
types:
description: |
Camara Event types eligible for subscription:
Expand Down Expand Up @@ -420,6 +418,7 @@ components:
example: 2025-01-17T13:18:23.682Z
description: The subscription expiration time (in date-time format) requested by the API consumer. Up to API project decision to keep it.
SinkCredential:
description: A sink credential provides authentication or authorization information necessary to enable delivery of events to a target.
type: object
properties:
credentialType:
Expand Down

0 comments on commit 0219416

Please sign in to comment.