# town.muni.arbiter.recovery

> Published by [zicklag.dev](https://lexicon.garden/identity/did:plc:ulg2bzgrgs7ddjjlmhtegk3v)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ulg2bzgrgs7ddjjlmhtegk3v/town.muni.arbiter.recovery)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ulg2bzgrgs7ddjjlmhtegk3v/town.muni.arbiter.recovery/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ulg2bzgrgs7ddjjlmhtegk3v/town.muni.arbiter.recovery/examples)

## Definitions

### `town.muni.arbiter.recovery`

**Type**: `record`

Recovery-admin designation record. Documents who is intended to
recover the arbiter. The arbiter does not yet act on this record;
recovery is via direct PDS access for now.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes | The DID of the designated recovery admin. |

## Raw Schema

```json
{
  "id": "town.muni.arbiter.recovery",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The DID of the designated recovery admin."
          }
        }
      },
      "description": "Recovery-admin designation record. Documents who is intended to\nrecover the arbiter. The arbiter does not yet act on this record;\nrecovery is via direct PDS access for now."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
