org.simocracy.vote

gainforest.earth

{
  "id": "org.simocracy.vote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sim",
          "votes",
          "createdAt"
        ],
        "properties": {
          "sim": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the sim record being voted for"
          },
          "votes": {
            "type": "integer",
            "description": "Number of quadratic votes allocated"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the vote was cast"
          }
        }
      },
      "description": "A quadratic vote allocation targeting a sim."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.vote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qoti4acfmc5wg6zzmtix6hse
CID
bafyreihrdyos2ojzduqtw745utzdvng5krzdad3d7lsz7wjjvrygayiyje
Indexed At
2026-03-19 20:27 UTC
AT-URI
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.vote

Lexicon Garden

@