{
"id": "at.eptss.voteResult",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"round",
"ledger",
"song",
"count",
"total",
"scaleMin",
"scaleMax",
"distribution",
"publishedAt"
],
"properties": {
"song": {
"ref": "at.eptss.song",
"type": "ref"
},
"count": {
"type": "integer",
"minimum": 0,
"description": "Number of ballots that scored this candidate."
},
"round": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"total": {
"type": "integer",
"minimum": 0,
"description": "Sum of all scores for this candidate. Average = total / count."
},
"ledger": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"scaleMax": {
"type": "integer"
},
"scaleMin": {
"type": "integer",
"minimum": 0
},
"publishedAt": {
"type": "string",
"format": "datetime"
},
"distribution": {
"type": "array",
"items": {
"type": "integer",
"minimum": 0
},
"minLength": 1
}
}
},
"description": "Aggregate (anonymous) vote result for one candidate in one round, published by the organizer after voting closes. Individual scores are never published. Integers only (count + total; clients divide) because DAG-CBOR forbids floats. The scale is self-describing: distribution has (scaleMax - scaleMin + 1) buckets, distribution[0] = count of scaleMin scores."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:pf6izdjdonyd46isl3txwu4g
- CID
-
bafyreifqtvggj33vcv2ro7y3j234nuqpjbp2mmpgzsutkhxetg2pipcuxa
- Indexed At
- 2026-08-01 05:41 UTC
- AT-URI
-
at://did:plc:pf6izdjdonyd46isl3txwu4g/com.atproto.lexicon.schema/at.eptss.voteResult
Version History (2 versions)