nip52: add fields in use by flockstr

This commit is contained in:
fiatjaf 2024-01-10 10:34:27 -03:00
parent bd248bab20
commit 0946eb8d34
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

4
52.md
View File

@ -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>"],