mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
nip52: add fields in use by flockstr
This commit is contained in:
parent
bd248bab20
commit
0946eb8d34
4
52.md
4
52.md
|
@ -41,11 +41,13 @@ The list of tags are as follows:
|
||||||
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
|
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
|
||||||
"created_at": <Unix timestamp in seconds>,
|
"created_at": <Unix timestamp in seconds>,
|
||||||
"kind": 31922,
|
"kind": 31922,
|
||||||
"content": "<description of calendar event>",
|
"content": "",
|
||||||
"tags": [
|
"tags": [
|
||||||
["d", "<UUID>"],
|
["d", "<UUID>"],
|
||||||
|
|
||||||
["title", "<title of calendar event>"],
|
["title", "<title of calendar event>"],
|
||||||
|
["image", "<image url>"],
|
||||||
|
["banner", "<image url>"],
|
||||||
|
|
||||||
// Dates
|
// Dates
|
||||||
["start", "<YYYY-MM-DD>"],
|
["start", "<YYYY-MM-DD>"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user