upleb.uk

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

summaryrefslogtreecommitdiff
path: root/39.md
diff options
context:
space:
mode:
authorhodlbod <jstaab@protonmail.com>2024-09-03 13:56:56 -0700
committerGitHub <noreply@github.com>2024-09-03 13:56:56 -0700
commitc02b161d9ed8f2edb7633b467ad2dd25252ed55c (patch)
tree0a9198bac9d1976cf0744c30516400ee5cff26aa /39.md
parent378dfaa5dbf44bd1f17fd70f8727b636b7c99239 (diff)
parentc8dc1eadffe0ff894ec39e291c5b28bb18e6db9e (diff)
Merge pull request #1477 from kehiy/jsonc
format(all): JSON formatting
Diffstat (limited to '39.md')
-rw-r--r--39.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/39.md b/39.md
index b7c3b9c..3777ac5 100644
--- a/39.md
+++ b/39.md
@@ -13,7 +13,8 @@ Nostr protocol users may have other online identities such as usernames, profile
13## `i` tag on a metadata event 13## `i` tag on a metadata event
14 14
15A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP-01](01.md): 15A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP-01](01.md):
16```json 16
17```jsonc
17{ 18{
18 "id": <id>, 19 "id": <id>,
19 "pubkey": <pubkey>, 20 "pubkey": <pubkey>,
@@ -23,7 +24,7 @@ A new optional `i` tag is introduced for `kind 0` metadata event defined in [NIP
23 ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"] 24 ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]
24 ["i", "telegram:1087295469", "nostrdirectory/770"] 25 ["i", "telegram:1087295469", "nostrdirectory/770"]
25 ], 26 ],
26 ... 27 // other fields...
27} 28}
28``` 29```
29 30