{
"id": "tech.lenooby09.atbloons.validatorEpoch",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"networkId",
"protocolVersion",
"genesisHash",
"createdAt",
"epoch",
"trustRecords",
"validators"
],
"properties": {
"epoch": {
"type": "integer",
"minimum": 0
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"networkId": {
"type": "string",
"maxLength": 64,
"minLength": 3
},
"validators": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 1024,
"minLength": 1
},
"genesisHash": {
"type": "string",
"maxLength": 64,
"minLength": 64
},
"trustRecords": {
"type": "array",
"items": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"maxLength": 1024,
"minLength": 1
},
"previousEpoch": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"protocolVersion": {
"type": "string",
"maxLength": 64,
"knownValues": [
"v0"
]
}
}
},
"description": "Proposes a validator electorate for the account's specified epoch."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:xocoka6dmx74ciqskczoh6ci
- CID
-
bafyreiatbhphlg62aehieinn7kgjccv2coco7ofcsy6hed6iplywtppn2a
- Indexed At
- 2026-07-16 14:11 UTC
- AT-URI
-
at://did:plc:xocoka6dmx74ciqskczoh6ci/com.atproto.lexicon.schema/tech.lenooby09.atbloons.validatorEpoch