social.colibri.reaction

colibri.social

Documentation

A reaction on a Colibri message.

main record

A reaction on a Colibri message.

Record Key tid Timestamp-based ID

Properties

$type string nsid Optional

The type of the record.

emoji string Required

The emoji of the reaction. This allows for any string to support for custom emojis later down the line.

parent string at-uri Required

The AT-URI of the message this reaction belongs to.

View raw schema
{
  "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."
}

Lexicon Garden

@