mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-03 22:53:11 +00:00
address comments
This commit is contained in:
parent
681f38a388
commit
b68082cc7c
@ -379,19 +379,19 @@ types:
|
|||||||
type: string
|
type: string
|
||||||
description: "Error message describing what went wrong"
|
description: "Error message describing what went wrong"
|
||||||
|
|
||||||
MessageAckEvent:
|
MessagePropagatedEvent:
|
||||||
type: object
|
type: object
|
||||||
fields:
|
fields:
|
||||||
eventType:
|
eventType:
|
||||||
type: string
|
type: string
|
||||||
default: "message:ack"
|
default: "message:propagated"
|
||||||
description: "Event type identifier"
|
description: "Event type identifier"
|
||||||
requestId:
|
requestId:
|
||||||
type: RequestId
|
type: RequestId
|
||||||
description: "The request ID associated with the acknowledged message"
|
description: "The request ID associated with the propagated message in the network"
|
||||||
ackType:
|
messageHash:
|
||||||
type: string
|
type: string
|
||||||
description: "Type of acknowledgment (e.g., 'store', 'filter')"
|
description: "Hash of the message that got propagated within the network"
|
||||||
|
|
||||||
EventSource:
|
EventSource:
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user