tech.tokimeki.poll.vote

tokimeki.blue

{
  "id": "tech.tokimeki.poll.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "poll",
          "optionIndex",
          "createdAt"
        ],
        "properties": {
          "poll": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the poll record being voted on"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "optionIndex": {
            "type": "integer",
            "maximum": 3,
            "minimum": 0,
            "description": "Index of the selected option (0-3)"
          }
        }
      },
      "description": "A vote on a poll"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.poll.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreids5suyqjcrsch4lskx6d72bwjlbjpljm464atpz24p5g3ua5hveq
Indexed At
2026-01-05 20:42 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.poll.vote

Lexicon Garden

@