This commit is contained in:
dskvr 2023-03-01 18:01:06 +01:00
parent 7316506d97
commit 3b50d3d721

6
66.md
View File

@ -55,13 +55,13 @@ The tags should be used to represent the Relay's abilities and meta at a point i
```json
["events", "502341"], //tagEvents[]
```
10. `"users" == tagUsers[0]` Relay IP. `tagUsers[]` **may** be included in the `event.tags[]` array. `tagUsers[1]` **must** be string. There **should** be no more than **one (1)** `tagUsers[]`
10. `"users" == tagUsers[0]` Number of users on relay. `tagUsers[]` **may** be included in the `event.tags[]` array. `tagUsers[1]` **must** be string. There **should** be no more than **one (1)** `tagUsers[]`
```json
["users","37482"] //tagUsers[]
```
Example with Minimum Requirements:
Example with Minimum Requirements, "Relay is online"
```json
{
"id": "<eventid>",
@ -76,7 +76,7 @@ Example with Minimum Requirements:
}
```
Example with all Tags:
Example with all Tags, "Relay is online and here's some data"
```json
{
"id": "<eventid>",