social.colibri.reaction

colibri.social

{
  "id": "social.colibri.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "emoji",
          "parent"
        ],
        "properties": {
          "$type": {
            "type": "string",
            "format": "nsid",
            "description": "The type of the record."
          },
          "emoji": {
            "type": "string",
            "description": "The emoji of the reaction. This allows for any string to support for custom emojis later down the line."
          },
          "parent": {
            "type": "string",
            "format": "at-uri",
            "description": "The AT-URI of the message this reaction belongs to."
          }
        }
      },
      "description": "A reaction on a Colibri message."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against social.colibri.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreif6lh6sv43a3rzxjmj64lr2owtee3modmna4woapukog7onnmjfry
Indexed At
2026-07-24 14:43 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.reaction

Version History (2 versions)

Lexicon Garden

@