blue.skytalk.talk.reaction

lexicon.store View official

{
  "id": "blue.skytalk.talk.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "emoji",
          "createdAt"
        ],
        "properties": {
          "emoji": {
            "type": "string",
            "maxLength": 32,
            "description": "The emoji used for the reaction",
            "maxGraphemes": 1
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the thread or comment being reacted to"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of reaction creation"
          }
        }
      },
      "description": "A reaction (emoji) to a thread or comment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.skytalk.talk.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreibcfvwicx5nlpedtqzokecokupxoolrrryhhri3ekmszabkvbfr4a
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/blue.skytalk.talk.reaction

Lexicon Garden

@