{
"id": "tech.tokimeki.forum.reaction",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"emoji",
"createdAt"
],
"properties": {
"emoji": {
"type": "string",
"maxLength": 64,
"maxGraphemes": 8
},
"subject": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An emoji reaction to a message. Written into the reactor's own repo within the space. rkey is derived from the subject so that one reactor has at most one record per (message, emoji)."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}