From c20f692a1324395c9453799bd48fcd68da14f7f5 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:36:46 +0100 Subject: [PATCH] Add property definitions section to waku-api.md Added property definitions for events in Waku API documentation. --- standards/application/waku-api.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 79e4cef..b4bd522 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -224,6 +224,15 @@ functions: type: result ``` +#### Property definitions + +```yaml +properties: + events: + type: EventEmitter + description: "Event source for message-related events" +``` + #### Predefined values ```yaml