tech.lenooby09.atbloons.multisigRecoveryBallot

lenooby09.twinkers.online

{
  "id": "tech.lenooby09.atbloons.multisigRecoveryBallot",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "networkId",
          "protocolVersion",
          "genesisHash",
          "createdAt",
          "accountDid",
          "revision",
          "previousPolicies",
          "electorateEpoch",
          "round",
          "candidatePolicies",
          "selectedPolicy"
        ],
        "properties": {
          "round": {
            "type": "integer",
            "minimum": 1
          },
          "revision": {
            "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
          },
          "selectedPolicy": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "electorateEpoch": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "protocolVersion": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "v2"
            ]
          },
          "previousPolicies": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 1024,
            "minLength": 1
          },
          "candidatePolicies": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 1024,
            "minLength": 1
          }
        }
      },
      "description": "Selects one multisig policy recovery candidate for a validator recovery slot."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.lenooby09.atbloons.multisigRecoveryBallot

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@