nip7D: subject -> title ()

This commit is contained in:
fiatjaf_
2025-04-17 17:15:37 -03:00
committed by GitHub
parent c076437282
commit 951aaa8ba1

5
7D.md

@@ -6,15 +6,14 @@ Threads
`draft` `optional` `draft` `optional`
A thread is a `kind 11` event. Threads SHOULD include a `subject` with a summary A thread is a `kind 11` event. Threads SHOULD include a `title`.
of the thread's topic.
```json ```json
{ {
"kind": 11, "kind": 11,
"content": "Good morning", "content": "Good morning",
"tags": [ "tags": [
["subject", "GM"] ["title", "GM"]
] ]
} }
``` ```