Skip to content
Nykenik24 edited this page Apr 26, 2026 · 3 revisions

Format

Events must be declared like this:

Name of the event

Description

Brief description of the event, how and when to use it, etc.

Definition

{
  "kind": "enkr:<ns>:<name>",
  "data": { ... }
}

Reply (if the event has one)

{
  "kind": "enkr:<ns>:<name>",
  "data": { ... },
  "repliesTo": "<id>"
}

Clone this wiki locally