app.atmobb.poll.vote

lexicons.atmobb.app

{
  "id": "app.atmobb.poll.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "option"
        ],
        "properties": {
          "option": {
            "type": "integer",
            "minimum": 0,
            "description": "Index into the poll's options array."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The app.atmobb.discussion.thread whose poll is being voted on."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A vote in a thread's poll. Lives in the voter's repo. One record per selected option; deleting retracts the vote."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.poll.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreie4xinyext46scpwm5ug5k7ad4dm4kogzh2qzsuewovmjj6dcbquu
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.poll.vote

Lexicon Garden

@