nip7D: subject -> title

This commit is contained in:
fiatjaf 2025-04-10 21:29:59 -03:00
parent 55f96bbeef
commit c388359322

5
7D.md

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