From a25f4391e6693bb0e85e70df311be1d10add4aba Mon Sep 17 00:00:00 2001 From: Maximilian Laue Date: Fri, 11 Oct 2024 09:56:04 +0200 Subject: [PATCH] [geofencing-subscriptions]: remove `allOf` in `sinkCredential` --- code/API_definitions/geofencing-subscriptions.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/API_definitions/geofencing-subscriptions.yaml b/code/API_definitions/geofencing-subscriptions.yaml index 3e1ebeb..d32492c 100644 --- a/code/API_definitions/geofencing-subscriptions.yaml +++ b/code/API_definitions/geofencing-subscriptions.yaml @@ -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. @@ -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