Skip to content

Commit

Permalink
[geofencing-subscriptions]: remove allOf in sinkCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Oct 11, 2024
1 parent d01a2ff commit a25f439
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 a25f439

Please sign in to comment.