mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Small wording changes
This commit is contained in:
parent
92ce49dda0
commit
61849b5a6b
6
32.md
6
32.md
|
@ -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", "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", "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
|
||||
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).
|
||||
- `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
|
||||
-------
|
||||
|
@ -129,7 +129,7 @@ A plain review of a relay.
|
|||
"kind": 1985,
|
||||
"tags": [
|
||||
["L", "social.coracle.ontology"],
|
||||
["l", "review", "social.coracle.ontology", "{\"quality\": 0.1}"],
|
||||
["l", "relay/review", "social.coracle.ontology", "{\"quality\": 0.1}"],
|
||||
["r", <relay_url>]
|
||||
],
|
||||
"content": "This relay is full of mean people.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user