mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
asc -> desc
This commit is contained in:
parent
2d10a628d8
commit
24ed654e4c
2
59.md
2
59.md
|
@ -29,7 +29,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i
|
||||||
```json
|
```json
|
||||||
["t", "bitcoin"] //tagTopic[]
|
["t", "bitcoin"] //tagTopic[]
|
||||||
```
|
```
|
||||||
3. `"g" == tagGeo[0]` Relay Geo Data. `tagGeo[]` **may** be included in the `event.tags[]` array. `tagGeo[1]` **must** be string and **should** be a geohash. There **may** be strings defined in the key range `2+` (`tagGeo[2...]`) and they **must** be strings if set. `tagGeo[]` items **should** be ascending in terms of precision. There **should** be no more than **one (1)** `tagGeo[]` per event.
|
3. `"g" == tagGeo[0]` Relay Geo Data. `tagGeo[]` **may** be included in the `event.tags[]` array. `tagGeo[1]` **must** be string and **should** be a geohash. There **may** be strings defined in the key range `2+` (`tagGeo[2...]`) and they **must** be strings if set. `tagGeo[]` items **should** be descending by precision. There **should** be no more than **one (1)** `tagGeo[]` per event.
|
||||||
```json
|
```json
|
||||||
["g", "ww8p1r4t8", "Amsterdam", "NL", "EU", "Earth", "Sol", "Milky Way"] //tagGeo[]
|
["g", "ww8p1r4t8", "Amsterdam", "NL", "EU", "Earth", "Sol", "Milky Way"] //tagGeo[]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user