Aggregated reactions to a subject, grouped by emoji item URI.
Properties
count
integer
Required
No description available.
minimum: 0emoji
ref
blue.moji.feed.reaction#emojiRef
Required
No description available.
viewer
string
at-uri
Optional
AT-URI of the requesting account's reaction record in this group, if any. Enables un-reacting.
View raw schema
{
"type": "object",
"required": [
"emoji",
"count"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"emoji": {
"ref": "blue.moji.feed.reaction#emojiRef",
"type": "ref"
},
"viewer": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the requesting account's reaction record in this group, if any. Enables un-reacting."
}
},
"description": "Aggregated reactions to a subject, grouped by emoji item URI."
}