net.alternativeproto.vote

lexicon.store View official

{
  "id": "net.alternativeproto.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 (AT URI + CID) to the submission record being voted on"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the vote was cast"
          },
          "direction": {
            "type": "string",
            "description": "Vote direction: 'up' for positive/quality, 'down' for negative/irrelevant",
            "knownValues": [
              "up",
              "down"
            ]
          }
        }
      },
      "description": "A user vote on a submission to AlternativeProto. Each user may cast one vote per submission."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.alternativeproto.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreifqjjujr7bi5dipj44fh5csmjpi34cn56mntt2zic754vchlfcur4
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/net.alternativeproto.vote

Lexicon Garden

@