upleb.uk

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

summaryrefslogtreecommitdiff
path: root/32.md
diff options
context:
space:
mode:
authorJon Staab <shtaab@gmail.com>2024-03-19 05:59:29 -0700
committerJon Staab <shtaab@gmail.com>2024-03-19 05:59:29 -0700
commit527f62d0106e6cfee10fe5e58ee54f0f99a57fac (patch)
tree0c5b903f78a989b8f2849e7a4ce9713a9fd4d52c /32.md
parentde71f998289a829ac4b2c0b0e601b02a2bf755b6 (diff)
relax requirements for NIP 32 L tags
Diffstat (limited to '32.md')
-rw-r--r--32.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/32.md b/32.md
index be4e872..4641473 100644
--- a/32.md
+++ b/32.md
@@ -20,7 +20,7 @@ Label Namespace Tag
20An `L` tag can be any string, but publishers SHOULD ensure they are unambiguous by using a well-defined namespace 20An `L` tag can be any string, but publishers SHOULD ensure they are unambiguous by using a well-defined namespace
21(such as an ISO standard) or reverse domain name notation. 21(such as an ISO standard) or reverse domain name notation.
22 22
23`L` tags are REQUIRED in order to support searching by namespace rather than by a specific tag. The special `ugc` 23`L` tags are RECOMMENDED in order to support searching by namespace rather than by a specific tag. The special `ugc`
24("user generated content") namespace MAY be used when the label content is provided by an end user. 24("user generated content") namespace MAY be used when the label content is provided by an end user.
25 25
26`L` tags starting with `#` indicate that the label target should be associated with the label's value. 26`L` tags starting with `#` indicate that the label target should be associated with the label's value.
@@ -29,7 +29,7 @@ This is a way of attaching standard nostr tags to events, pubkeys, relays, urls,
29Label Tag 29Label Tag
30---- 30----
31 31
32An `l` tag's value can be any string. `l` tags MUST include a `mark` matching an `L` tag value in the same event. 32An `l` tag's value can be any string. If using an `L` tag, `l` tags MUST include a `mark` matching an `L` tag value in the same event.
33 33
34Label Target 34Label Target
35---- 35----
@@ -42,7 +42,7 @@ or topics respectively. As with NIP-01, a relay hint SHOULD be included when usi
42Content 42Content
43------- 43-------
44 44
45Labels should be short, meaningful strings. Longer discussions, such as for a review, or an 45Labels should be short, meaningful strings. Longer discussions, such as for an
46explanation of why something was labeled the way it was, should go in the event's `content` field. 46explanation of why something was labeled the way it was, should go in the event's `content` field.
47 47
48Self-Reporting 48Self-Reporting