mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
fix inconsistency in schema description
This commit is contained in:
parent
3b50d3d721
commit
6c6251cfb2
2
66.md
2
66.md
|
@ -51,7 +51,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i
|
||||||
["ip", "1.1.1.1"], //tagIp[]
|
["ip", "1.1.1.1"], //tagIp[]
|
||||||
["ip", "2001:db8:3333:4444:5555:6666:7777:8888"] //tagIp[]
|
["ip", "2001:db8:3333:4444:5555:6666:7777:8888"] //tagIp[]
|
||||||
```
|
```
|
||||||
9. `"events" == tagEvents[0]` Number of events on relay. `tagEvents[]` **may** be included in the `event.tags[]` array. `tagEvents[1]` **must** be string. There **should** only be **one (1)** `tagEvents[]`
|
9. `"events" == tagEvents[0]` Number of events on relay. `tagEvents[]` **may** be included in the `event.tags[]` array. `tagEvents[1]` **must** be string. There **should** be no more than **one (1)** `tagEvents[]`
|
||||||
```json
|
```json
|
||||||
["events", "502341"], //tagEvents[]
|
["events", "502341"], //tagEvents[]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user