Skip to content

Commit c47d286

Browse files
staabKoalaSat
authored andcommitted
Update 85.md
Co-authored-by: KoalaSat <koalasat@satstralia.com>
1 parent 03e2b4a commit c47d286

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

85.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,24 @@ Tags MAY contain additional `rating` tags each of which should have a `value` be
1616
and an optional `mark` specifying an attribute of the thing being reviewed.
1717

1818
# Review Kinds
19+
## Event
1920

21+
Kind `31986` indicates a review of any event generated by a `pubkey`.
22+
The `e` tag MUST be the `id` of the event.
23+
The `p` tag MUST be the `pubkey` of the event.
24+
25+
```json
26+
{
27+
"kind": 31986,
28+
"content": "Always publishing quality information about breaking news all over the world.",
29+
...
30+
"tags": [
31+
["d", `<event id>:<pubkey>`]
32+
["e", "dcd59..464a2"]
33+
["p", "968c5..ad7a4"],
34+
["rating", "0.8"]
35+
],
36+
}
2037
## Relays
2138

2239
Kind `31987` indicates a review of a relay. The `d` tag MUST be the url of the relay.

0 commit comments

Comments
 (0)