Skip to content

Commit

Permalink
Merge pull request #265 from maxl2287/fix/remove-all-of-in-sinkcreden…
Browse files Browse the repository at this point in the history
…tial

[geofencing-subscriptions]: remove `allOf` in `sinkCredential`
  • Loading branch information
maxl2287 authored Oct 15, 2024
2 parents d01a2ff + a25f439 commit 6521dff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/API_definitions/geofencing-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,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 to be delivered by this subscription.
Expand Down Expand Up @@ -429,6 +427,7 @@ components:
SinkCredential:
type: object
description: A sink credential provides authentication or authorization information necessary to enable delivery of events to a target.
properties:
credentialType:
type: string
Expand Down

0 comments on commit 6521dff

Please sign in to comment.