im.flushing.reaction

flushes.app

Documentation

A reaction to a flush.

main record

A reaction to a flush.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

emoji string Required

A single emoji.

maxLength: 32 bytesmaxGraphemes: 1 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "emoji",
      "createdAt"
    ],
    "properties": {
      "emoji": {
        "type": "string",
        "maxLength": 32,
        "description": "A single emoji.",
        "maxGraphemes": 1
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The flush being reacted to."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A reaction to a flush."
}

Lexicon Garden

@