Download OpenAPI specification:
This API provides real-time stage events streaming capabilities.
Sends a structured-mode CloudEvent.
For more information, see CloudEvents - Version 1.0.2.
| X-Kafka-Topic required | string^[^.]+\.[^.]+\.(\d+[hmsd]\.calendar|prepared|... The named resource that serves as a feed for messages. Pattern is
|
A structured-mode CloudEvent.
| source required | string^[^:]+:[^:]+:[^:]+$ Identifies the context in which an event happened. Pattern is |
| subject required | string^[^:]+:[^:]+:[^:]+$ The subject of the event in the context of the event producer (identified by Pattern is |
| partitionkey required | string A partition key for the event, typically for the purposes of defining a causal relationship/grouping between multiple events. Implementors note: set it equals to the subject by default. |
| type required | string Default: "calendar-event" Contains a value describing the type of event related to the originating occurrence. Value: "calendar-event" |
required | object (CalendarData) The event payload. |
{- "source": "seda:workflows:scan-calendar:5s",
- "type": "calendar-event",
- "subject": "workflows:scan-calendar:5s",
- "partitionkey": "workflows:scan-calendar:5s",
- "data": {
- "namespace": "alice",
- "end_time": "2026-02-10T13:32:13Z",
- "event_time": "2026-02-10T13:32:13Z",
- "start_time": "2026-02-10T13:32:08Z"
}
}success