Small wording changes

This commit is contained in:
Jonathan Staab 2023-06-13 09:34:24 -07:00
parent 92ce49dda0
commit 61849b5a6b

6
32.md
View File

@ -37,7 +37,7 @@ This is a way of attaching standard nostr tags to events, pubkeys, relays, urls,
- `["l", "3173435", "GeoNames"]` - [Milan, Italy](https://www.geonames.org/3173435/milan.html) using the GeoNames coding system - `["l", "3173435", "GeoNames"]` - [Milan, Italy](https://www.geonames.org/3173435/milan.html) using the GeoNames coding system
- `["l", "IT-MI", "ISO-3166-2"]` - Milano, Italy using ISO 3166-2. - `["l", "IT-MI", "ISO-3166-2"]` - Milano, Italy using ISO 3166-2.
- `["l", "VI-hum", "social.nos.ontology"]` - Violence toward a human being as defined by ontology.nos.social. - `["l", "VI-hum", "social.nos.ontology"]` - Violence toward a human being as defined by ontology.nos.social.
- `["l", "review", "social.coracle.ontology"]` - the publisher is leaving a review about the target, as defined by ontology.coracle.social. - `["l", "relay/review", "social.coracle.ontology"]` - the publisher is leaving a review about a relay, as defined by ontology.coracle.social.
`L` tags containing the label namespaces MUST be included in order to support searching by `L` tags containing the label namespaces MUST be included in order to support searching by
namespace rather than by a specific tag. The special `ugc` ("user generated content") namespace 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
- `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). - `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).
- `confidence` may have a value of 0 to 1. This indicates the certainty which the author has about their rating. - `confidence` may have a value of 0 to 1. This indicates the certainty which the author has about their rating.
- `context` may be a comma-separated list of urls (including NIP-21 urls) indicating other context that should be considered when interpreting labels. - `context` may be an array of urls (including NIP-21 urls) indicating other context that should be considered when interpreting labels.
Content Content
------- -------
@ -129,7 +129,7 @@ A plain review of a relay.
"kind": 1985, "kind": 1985,
"tags": [ "tags": [
["L", "social.coracle.ontology"], ["L", "social.coracle.ontology"],
["l", "review", "social.coracle.ontology", "{\"quality\": 0.1}"], ["l", "relay/review", "social.coracle.ontology", "{\"quality\": 0.1}"],
["r", <relay_url>] ["r", <relay_url>]
], ],
"content": "This relay is full of mean people.", "content": "This relay is full of mean people.",