# tech.lenooby09.atbloons.multisigRecoveryBallot

> Published by [lenooby09.twinkers.online](https://lexicon.garden/identity/did:plc:xocoka6dmx74ciqskczoh6ci)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:xocoka6dmx74ciqskczoh6ci/tech.lenooby09.atbloons.multisigRecoveryBallot)
- [Documentation](https://lexicon.garden/lexicon/did:plc:xocoka6dmx74ciqskczoh6ci/tech.lenooby09.atbloons.multisigRecoveryBallot/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:xocoka6dmx74ciqskczoh6ci/tech.lenooby09.atbloons.multisigRecoveryBallot/examples)

## Definitions

### `tech.lenooby09.atbloons.multisigRecoveryBallot`

**Type**: `record`

Selects one multisig policy recovery candidate for a validator recovery slot.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `round` | `integer` | Yes |  |
| `revision` | `integer` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `networkId` | `string` | Yes |  |
| `accountDid` | `string` (did) | Yes |  |
| `genesisHash` | `string` | Yes |  |
| `selectedPolicy` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `electorateEpoch` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `protocolVersion` | `string` | Yes |  |
| `previousPolicies` | `array` | Yes |  |
| `candidatePolicies` | `array` | Yes |  |

## Raw Schema

```json
{
  "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
}
```
