mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 16:54:35 +00:00
Fixes double-quoted kind number
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
This commit is contained in:
parent
4c7b728be1
commit
3ff40201bd
1 changed files with 1 additions and 1 deletions
2
172.md
2
172.md
|
|
@ -47,7 +47,7 @@ Any Nostr event can be a post request. Clients should simply add the community's
|
||||||
"id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>",
|
"id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>",
|
||||||
"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": "1",
|
"kind": 1,
|
||||||
"tags": [
|
"tags": [
|
||||||
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
|
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue