Problem description
The device-data-volume-subscriptions.yaml does not include the "EventSubscriptionEnds" component.
Expected behavior
Add the component as referenced by the component "CloudEvent" property "type" here
e.g.
EventSubscriptionEnds:
description: Event structure for event subscription ends
allOf:
- $ref: "#/components/schemas/CloudEvent"
- type: object
properties:
data:
$ref: "#/components/schemas/SubscriptionEnds"
Alternative solution
Additional context