tech.lenooby09.atbloons.epochRecoveryBallot

lenooby09.twinkers.online

{
  "id": "tech.lenooby09.atbloons.epochRecoveryBallot",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "networkId",
          "protocolVersion",
          "genesisHash",
          "createdAt",
          "accountDid",
          "epoch",
          "round",
          "candidateEpochs",
          "selectedEpoch"
        ],
        "properties": {
          "epoch": {
            "type": "integer",
            "minimum": 0
          },
          "round": {
            "type": "integer",
            "minimum": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "networkId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 3
          },
          "accountDid": {
            "type": "string",
            "format": "did"
          },
          "genesisHash": {
            "type": "string",
            "maxLength": 64,
            "minLength": 64
          },
          "previousEpoch": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "selectedEpoch": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "candidateEpochs": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "minLength": 2
          },
          "protocolVersion": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "v1",
              "v2"
            ]
          }
        }
      },
      "description": "Proposes a recovery candidate for an account's stuck or failed epoch."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.lenooby09.atbloons.epochRecoveryBallot

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xocoka6dmx74ciqskczoh6ci
CID
bafyreibcxnvuz6y6unsz6upef27n4qnqdwbj7ditfk2gbzwso2b72hg66i
Indexed At
2026-07-16 16:15 UTC
AT-URI
at://did:plc:xocoka6dmx74ciqskczoh6ci/com.atproto.lexicon.schema/tech.lenooby09.atbloons.epochRecoveryBallot

Lexicon Garden

@