at.eptss.ballot

eptss.at

{
  "id": "at.eptss.ballot",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "ledger",
          "privateRef",
          "createdAt"
        ],
        "properties": {
          "ledger": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The at.eptss.candidateLedger this ballot was cast against."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "privateRef": {
            "type": "string",
            "maxLength": 64,
            "description": "Opaque random identifier joining this ballot to the voter's private scores in the organizer's sidecar. Never derived from content."
          }
        }
      },
      "description": "A voter's public attestation: 'I voted on this ballot sheet.' Written to the voter's own repo. The ledger strongRef pins the exact candidateLedger (URI and CID) the vote was cast against, making post-hoc ledger edits detectable. Scores are never public: privateRef resolves only through the round organizer's private sidecar."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.eptss.ballot

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pf6izdjdonyd46isl3txwu4g
CID
bafyreicz5ac3m45og5frmqw4jn7ccwfaaixki57wdieizn4owzmdm6cmga
Indexed At
2026-08-01 05:41 UTC
AT-URI
at://did:plc:pf6izdjdonyd46isl3txwu4g/com.atproto.lexicon.schema/at.eptss.ballot

Lexicon Garden

@