upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/09.md
diff options
context:
space:
mode:
authorkehiy <kehiiiiya@gmail.com>2024-09-03 20:41:31 +0330
committerkehiy <kehiiiiya@gmail.com>2024-09-03 20:41:31 +0330
commite6552476aa2e5ca7256be572a9aa226ec8a022ee (patch)
tree46f14902bd2bfb85e5f3369ece456c46b697b1a2 /09.md
parentb4a2561df7325b8624bc5ffad154ec946ade2f1e (diff)
format(all): json formatting
Diffstat (limited to '09.md')
-rw-r--r--09.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/09.md b/09.md
index b1a28ac..23ffeab 100644
--- a/09.md
+++ b/09.md
@@ -12,7 +12,7 @@ The event's `content` field MAY contain a text note describing the reason for th
12 12
13For example: 13For example:
14 14
15``` 15```jsonc
16{ 16{
17 "kind": 5, 17 "kind": 5,
18 "pubkey": <32-bytes hex-encoded public key of the event creator>, 18 "pubkey": <32-bytes hex-encoded public key of the event creator>,
@@ -24,7 +24,7 @@ For example:
24 ["k", "30023"] 24 ["k", "30023"]
25 ], 25 ],
26 "content": "these posts were published by accident", 26 "content": "these posts were published by accident",
27 ...other fields 27 // other fields...
28} 28}
29``` 29```
30 30