diff options
| author | Jonathan Staab <shtaab@gmail.com> | 2023-06-13 09:34:24 -0700 |
|---|---|---|
| committer | Jonathan Staab <shtaab@gmail.com> | 2023-06-13 09:34:24 -0700 |
| commit | 61849b5a6bd1171a4c661c5c0531984a7b3db993 (patch) | |
| tree | 1be6b597982e57bb3101ea8fc433db57a2046852 | |
| parent | 92ce49dda0acce1f661868316a9858521d4bc974 (diff) | |
Small wording changes
| -rw-r--r-- | 32.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
| 43 | namespace rather than by a specific tag. The special `ugc` ("user generated content") namespace | 43 | namespace 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 | ||
| 59 | Content | 59 | Content |
| 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.", |