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:
authorJonathan Staab <shtaab@gmail.com>2023-06-13 09:34:24 -0700
committerJonathan Staab <shtaab@gmail.com>2023-06-13 09:34:24 -0700
commit61849b5a6bd1171a4c661c5c0531984a7b3db993 (patch)
tree1be6b597982e57bb3101ea8fc433db57a2046852 /32.md
parent92ce49dda0acce1f661868316a9858521d4bc974 (diff)
Small wording changes
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 b572c13..fcf6082 100644
--- a/32.md
+++ b/32.md
@@ -37,7 +37,7 @@ This is a way of attaching standard nostr tags to events, pubkeys, relays, urls,
37- `["l", "3173435", "GeoNames"]` - [Milan, Italy](https://www.geonames.org/3173435/milan.html) using the GeoNames coding system 37- `["l", "3173435", "GeoNames"]` - [Milan, Italy](https://www.geonames.org/3173435/milan.html) using the GeoNames coding system
38- `["l", "IT-MI", "ISO-3166-2"]` - Milano, Italy using ISO 3166-2. 38- `["l", "IT-MI", "ISO-3166-2"]` - Milano, Italy using ISO 3166-2.
39- `["l", "VI-hum", "social.nos.ontology"]` - Violence toward a human being as defined by ontology.nos.social. 39- `["l", "VI-hum", "social.nos.ontology"]` - Violence toward a human being as defined by ontology.nos.social.
40- `["l", "review", "social.coracle.ontology"]` - the publisher is leaving a review about the target, as defined by ontology.coracle.social. 40- `["l", "relay/review", "social.coracle.ontology"]` - the publisher is leaving a review about a relay, as defined by ontology.coracle.social.
41 41
42`L` tags containing the label namespaces MUST be included in order to support searching by 42`L` tags containing the label namespaces MUST be included in order to support searching by
43namespace rather than by a specific tag. The special `ugc` ("user generated content") namespace 43namespace rather than by a specific tag. The special `ugc` ("user generated content") namespace
@@ -54,7 +54,7 @@ should be a json-encoded object. Any key MAY be used, but the following are reco
54 54
55- `quality` may have a value of 0 to 1. This allows for an absolute, granular scale that can be represented in any way (5 stars, color scale, etc). 55- `quality` may have a value of 0 to 1. This allows for an absolute, granular scale that can be represented in any way (5 stars, color scale, etc).
56- `confidence` may have a value of 0 to 1. This indicates the certainty which the author has about their rating. 56- `confidence` may have a value of 0 to 1. This indicates the certainty which the author has about their rating.
57- `context` may be a comma-separated list of urls (including NIP-21 urls) indicating other context that should be considered when interpreting labels. 57- `context` may be an array of urls (including NIP-21 urls) indicating other context that should be considered when interpreting labels.
58 58
59Content 59Content
60------- 60-------
@@ -129,7 +129,7 @@ A plain review of a relay.
129 "kind": 1985, 129 "kind": 1985,
130 "tags": [ 130 "tags": [
131 ["L", "social.coracle.ontology"], 131 ["L", "social.coracle.ontology"],
132 ["l", "review", "social.coracle.ontology", "{\"quality\": 0.1}"], 132 ["l", "relay/review", "social.coracle.ontology", "{\"quality\": 0.1}"],
133 ["r", <relay_url>] 133 ["r", <relay_url>]
134 ], 134 ],
135 "content": "This relay is full of mean people.", 135 "content": "This relay is full of mean people.",