forum.barazo.interaction.vote

barazo.forum

{
  "id": "forum.barazo.interaction.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "direction",
          "community",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The topic or reply being voted on."
          },
          "community": {
            "type": "string",
            "format": "did",
            "description": "DID of the community where this vote was cast. Immutable origin identifier."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this vote was originally created."
          },
          "direction": {
            "type": "string",
            "description": "Vote direction. Start upvote-only; 'down' can be added later without breaking change.",
            "knownValues": [
              "up"
            ]
          }
        }
      },
      "description": "Record containing a directional vote on a forum topic or reply."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A directional vote on a forum topic or reply. Votes are quantitative (ranking); reactions are expressive (emoji-style)."
}

Validate Record

Validate a record against forum.barazo.interaction.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@