upleb.uk

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

summaryrefslogtreecommitdiff
path: root/22.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2026-04-10 13:31:37 -0500
committerAlex Gleason <alex@alexgleason.me>2026-04-10 13:31:37 -0500
commit5e1e24766910fc07cb61a049aed2623987458ec2 (patch)
treeb7588f61fddf9374268d5cd6f4e3f2655d7c840a /22.md
parentb8782df594b4e7e8f088869134908eed58be6078 (diff)
parent3465f540e3eaedccb5309711b502f0febf56b52f (diff)
Merge nip44-big-payloads into bigger-nip44bigger-nip44
Diffstat (limited to '22.md')
-rw-r--r--22.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/22.md b/22.md
index be07e53..daad6ea 100644
--- a/22.md
+++ b/22.md
@@ -45,7 +45,7 @@ Tags `K` and `k` MUST be present to define the event kind of the root and the pa
45 45
46`I` and `i` tags create scopes for hashtags, geohashes, URLs, and other external identifiers. 46`I` and `i` tags create scopes for hashtags, geohashes, URLs, and other external identifiers.
47 47
48The possible values for `i` tags – and `k` tags, when related to an extenal identity – are listed on [NIP-73](73.md). 48The possible values for `i` tags – and `k` tags, when related to an external identity – are listed on [NIP-73](73.md).
49Their uppercase versions use the same type of values but relate to the root item instead of the parent one. 49Their uppercase versions use the same type of values but relate to the root item instead of the parent one.
50 50
51`q` tags MAY be used when citing events in the `.content` with [NIP-21](21.md). 51`q` tags MAY be used when citing events in the `.content` with [NIP-21](21.md).
@@ -143,13 +143,13 @@ A comment on a website's url looks like this:
143 "tags": [ 143 "tags": [
144 // referencing the root url 144 // referencing the root url
145 ["I", "https://abc.com/articles/1"], 145 ["I", "https://abc.com/articles/1"],
146 // the root "kind": for an url, the kind is its domain 146 // the root "kind": for an url
147 ["K", "https://abc.com"], 147 ["K", "web"],
148 148
149 // the parent reference (same as root for top-level comments) 149 // the parent reference (same as root for top-level comments)
150 ["i", "https://abc.com/articles/1"], 150 ["i", "https://abc.com/articles/1"],
151 // the parent "kind": for an url, the kind is its domain 151 // the parent "kind": for an url
152 ["k", "https://abc.com"] 152 ["k", "web"]
153 ] 153 ]
154 // other fields 154 // other fields
155} 155}
@@ -192,7 +192,7 @@ A reply to a podcast comment:
192 // this is a reference to the above comment 192 // this is a reference to the above comment
193 ["e", "80c48d992a38f9c445b943a9c9f1010b396676013443765750431a9004bdac05", "wss://example.relay", "252f10c83610ebca1a059c0bae8255eba2f95be4d1d7bcfa89d7248a82d9f111"], 193 ["e", "80c48d992a38f9c445b943a9c9f1010b396676013443765750431a9004bdac05", "wss://example.relay", "252f10c83610ebca1a059c0bae8255eba2f95be4d1d7bcfa89d7248a82d9f111"],
194 // the parent comment kind 194 // the parent comment kind
195 ["k", "1111"] 195 ["k", "1111"],
196 ["p", "252f10c83610ebca1a059c0bae8255eba2f95be4d1d7bcfa89d7248a82d9f111"] 196 ["p", "252f10c83610ebca1a059c0bae8255eba2f95be4d1d7bcfa89d7248a82d9f111"]
197 ] 197 ]
198 // other fields 198 // other fields