From a7bfdb398f4ebc17f97e268ff85481009dc982d0 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 3 Feb 2025 13:42:44 -0800 Subject: [PATCH] Add k tag to kind 4341 --- 03.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/03.md b/03.md index ab9795a2..cf21c3ec 100644 --- a/03.md +++ b/03.md @@ -45,14 +45,17 @@ timestamp validated at block [810391] Users MAY verify when they first saw an event by publishing a `kind:4341` event. - One or more `stamp` tags MUST be included indicating event ids and timestamps. Event addresses MUST NOT be used. -- The `content` field MAY provide any human-readable explanation of the event.- +- One or more `k` tags SHOULD be included indicating the kind(s) of the event(s) being referred to. +- The `content` field MAY provide any human-readable explanation of the event. ```jsonc { + "kind": 4341, "content": "I vaguely remember hearing about this note last year", "tags": [ ["alt", "A timestamp attestation event"], - ["stamp", "e71c6ea722987debdb60f81f9ea4f604b5ac0664120dd64fb9d23abc4ec7c323", 1738617405] + ["stamp", "e71c6ea722987debdb60f81f9ea4f604b5ac0664120dd64fb9d23abc4ec7c323", 1738617405], + ["k", "10002"] ] } ```