Skip to content

Commit 1ed4116

Browse files
authored
fix: correct the format for the "sink" to "uri"
1 parent b720866 commit 1ed4116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifacts/camara-cloudevents/event-subscription-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ components:
479479
$ref: "#/components/schemas/Protocol"
480480
sink:
481481
type: string
482-
format: url
482+
format: uri
483483
description: The address to which events shall be delivered using the selected protocol.
484484
example: "https://endpoint.example.com/sink"
485485
types:

0 commit comments

Comments
 (0)