Add k tag to kind 4341

This commit is contained in:
Jon Staab 2025-02-03 13:42:44 -08:00
parent 980902bb2c
commit a7bfdb398f

7
03.md
View File

@ -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"]
]
}
```