mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-07-22 07:48:25 +00:00
optional <role> in author tag.
This commit is contained in:
4
F4.md
4
F4.md
@@ -47,13 +47,15 @@ Similar information may exist in the `kind:0` profile for the podcast, but podca
|
||||
["image", "<podcast-cover-image-URL>"],
|
||||
["description", "<podcast-description>"],
|
||||
["website", "<podcast-website-URL>"], // optional, multiple
|
||||
["p", "<podcast-author-pubkey>"] // podcast host, co-host etc, optional, multiple
|
||||
["p", "<podcast-author-pubkey>", "<role>"] // optional, multiple
|
||||
],
|
||||
"content": "",
|
||||
"sig": "..."
|
||||
}
|
||||
```
|
||||
|
||||
`<role>` is optional, can be `"host"`, `"cohost"` or `"editor"`.
|
||||
|
||||
### Authored Podcasts
|
||||
|
||||
The `p` tag in `kind:10154` shouldn't be blindly trusted as implying authorship, since any podcast can falsely claim anyone to be their author, so before it is displayed as information by clients it must be checked against an equivalent counter-claim by the podcast authors themselves.
|
||||
|
||||
Reference in New Issue
Block a user