You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standards/application/waku-api.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ types:
320
320
MessageEnvelope:
321
321
type: object
322
322
fields:
323
-
contentTopic:
323
+
content_topic:
324
324
type: string
325
325
description: "Content-based filtering field as defined in [TOPICS](https://github.com/vacp2p/rfc-index/blob/main/waku/informational/23/topics.md#content-topics)"
326
326
payload:
@@ -366,28 +366,28 @@ types:
366
366
MessageSentEvent:
367
367
type: object
368
368
fields:
369
-
eventType:
369
+
event_type:
370
370
type: string
371
371
default: "message:sent"
372
372
description: "Event type identifier"
373
-
requestId:
373
+
request_id:
374
374
type: RequestId
375
375
description: "The request ID associated with the sent message"
376
-
messageHash:
376
+
message_hash:
377
377
type: string
378
378
description: "Hash of the message that got sent to the network"
379
379
380
380
MessageErrorEvent:
381
381
type: object
382
382
fields:
383
-
eventType:
383
+
event_type:
384
384
type: string
385
385
default: "message:error"
386
386
description: "Event type identifier"
387
-
requestId:
387
+
request_id:
388
388
type: RequestId
389
389
description: "The request ID associated with the failed message"
390
-
messageHash:
390
+
message_hash:
391
391
type: string
392
392
description: "Optional property. Hash of the message that got error"
393
393
error:
@@ -397,14 +397,14 @@ types:
397
397
MessagePropagatedEvent:
398
398
type: object
399
399
fields:
400
-
eventType:
400
+
event_type:
401
401
type: string
402
402
default: "message:propagated"
403
403
description: "Event type identifier"
404
-
requestId:
404
+
request_id:
405
405
type: RequestId
406
406
description: "The request ID associated with the propagated message in the network"
407
-
messageHash:
407
+
message_hash:
408
408
type: string
409
409
description: "Hash of the message that got propagated within the network"
0 commit comments