social.coves.feed.vote

coves.social

{
  "id": "social.coves.feed.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "direction",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the post or comment being voted on"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the vote was created"
          },
          "direction": {
            "type": "string",
            "maxLength": 64,
            "description": "Vote direction: up for upvote, down for downvote",
            "knownValues": [
              "up",
              "down"
            ]
          }
        }
      },
      "description": "Record declaring a vote (upvote or downvote) on a post or comment. Requires authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.feed.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreicyn662ufdxp7pic3vag6t4ge2xstrboikx6n7hz3hxc4hilh6dsu
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.feed.vote

Lexicon Garden

@