remove ambiguity

This commit is contained in:
Sasha 2025-10-23 00:45:30 +02:00
parent ed2ffc151a
commit 88783f088d
No known key found for this signature in database

View File

@ -344,7 +344,7 @@ with full support for message processing and transmission.
```yaml
types:
HealthStatus:
HealthStatusEvent:
type: object
fields:
eventType:
@ -364,7 +364,7 @@ EventSource:
description: "Callback for captured events"
parameters:
- name: event
type: HealthStatus
type: HealthStatusEvent
```
## Security/Privacy Considerations