forum.barazo.interaction.reaction

barazo.forum

{
  "id": "forum.barazo.interaction.reaction",
  "defs": {
    "like": {
      "type": "token",
      "description": "Simple approval reaction."
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "type",
          "community",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "maxLength": 300,
            "description": "Reaction type identifier. Communities may define additional values.",
            "knownValues": [
              "forum.barazo.interaction.reaction#like",
              "forum.barazo.interaction.reaction#heart",
              "forum.barazo.interaction.reaction#thumbsup"
            ],
            "maxGraphemes": 30
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The topic or reply being reacted to."
          },
          "community": {
            "type": "string",
            "format": "did",
            "description": "DID of the community where this reaction was created. Immutable origin identifier."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this reaction was originally created."
          }
        }
      },
      "description": "Record containing a reaction to a forum topic or reply."
    },
    "heart": {
      "type": "token",
      "description": "Love/appreciation reaction."
    },
    "thumbsup": {
      "type": "token",
      "description": "Agreement/thumbs-up reaction."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A reaction to a forum topic or reply, with configurable reaction types per community."
}

Validate Record

Validate a record against forum.barazo.interaction.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7brt3r7rokkjqc4wjgeovnyx
CID
bafyreichoygcxcjiysh26p4n7obinpaw7ncodm4mahxqi3kskckyt4pyoq
Indexed At
2026-03-27 23:55 UTC
AT-URI
at://did:plc:7brt3r7rokkjqc4wjgeovnyx/com.atproto.lexicon.schema/forum.barazo.interaction.reaction

Lexicon Garden

@