From 22c2f8c9c412c1f948bfc1123a3681af88b65b0f Mon Sep 17 00:00:00 2001 From: Calic Date: Tue, 16 Jun 2026 14:32:37 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20CR-4=20=E2=80=94=20Message-Schema-Tabel?= =?UTF-8?q?le=20um=20ttl/source/data=20ergaenzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 68f829f..577f790 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ v0.1 ships the data layer only: | `tags` | string[] | caller (required) | Non-empty; drives routing | | `text` | string | caller (required) | Human-readable message body | | `severity` | string | caller / auto | `"info"` / `"warn"` / `"error"`; defaults to `"info"` | +| `ttl` | number / nil | caller (optional) | Display timeout in seconds; toast mode falls back to channel/display default if unset | +| `source` | any / nil | caller (optional) | Optional source reference (e.g. originating entity) | +| `data` | table / nil | caller (optional) | Structured key/value payload; detail mode renders `msg.data.*` | | `id` | number | auto | Monotonically increasing | | `timestamp` | number / nil | auto | `engine.time.now()` if available |