Skip to content

Commit

Permalink
Merge pull request #175 from dfischer-tech/main
Browse files Browse the repository at this point in the history
[sim-swap-subscriptions]: remove `allof` in `sinkcredential`
  • Loading branch information
bigludo7 authored Dec 20, 2024
2 parents 9dcce4d + e664361 commit 65a46e5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ externalDocs:
url: https://github.com/camaraproject/
servers:
- url: '{apiRoot}/sim-swap-subscriptions/vwip'


variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -367,9 +365,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 @@ -421,6 +417,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 65a46e5

Please sign in to comment.