mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
nip7D: subject -> title (#1874)
This commit is contained in:
parent
c076437282
commit
951aaa8ba1
1 changed files with 2 additions and 3 deletions
5
7D.md
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"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue