Skip to content

Commit 64b75f9

Browse files
authored
Merge pull request #421 from maxl2287/fix/correct-format-to-uri
correct the format for the "sink" to "uri"
2 parents b720866 + 1ed4116 commit 64b75f9

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)