File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,24 @@ Tags MAY contain additional `rating` tags each of which should have a `value` be
1616and 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
2239Kind `31987` indicates a review of a relay. The `d` tag MUST be the url of the relay.
You can’t perform that action at this time.
0 commit comments