{
"id": "support.supper.feed.cheer",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The canonical public post or comment URI and its revision when cheered. Supported subjects are site.standard.document, support.supper.feed.post, support.supper.comment, app.bsky.feed.post, support.supper.poll.poll and fm.plyr.track. Counts remain attached to the URI after edits."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A public Supper Cheers reaction. The repository owner is the reacting actor. Consumers count at most one reaction per actor and subject URI, across subject revisions. A Supper post and its distribution share use the same canonical post subject. Never publish member-only reactions in a public repository."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}