We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322ce6a commit 52d754eCopy full SHA for 52d754e
artifacts/camara-cloudevents/event-subscription-template.yaml
@@ -450,7 +450,7 @@ components:
450
description: The detail of the requested event subscription.
451
type: object
452
453
- Event-typeNotification:
+ EventTypeNotification:
454
type: string
455
description: |
456
event-type - Event triggered when an event-type event occurred
@@ -553,7 +553,7 @@ components:
553
source:
554
$ref: "#/components/schemas/Source"
555
type:
556
- $ref: "#/components/schemas/Event-typeNotification"
+ $ref: "#/components/schemas/EventTypeNotification"
557
specversion:
558
559
description: Version of the specification to which this event conforms (must be 1.0 if it conforms to cloudevents 1.0.2 version)
0 commit comments