# town.muni.arbiter.service

> 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.service)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ulg2bzgrgs7ddjjlmhtegk3v/town.muni.arbiter.service/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ulg2bzgrgs7ddjjlmhtegk3v/town.muni.arbiter.service/examples)

## Definitions

### `town.muni.arbiter.service`

**Type**: `record`

Service record on a stewarded account's repo. Points at the arbiter
server's DID (the did:web:... that hosts the #arbiter service).

Presence/absence and the `did` field drive the arbiter lifecycle:
- Absent → offboard (keep credentials, re-onboard if it returns).
- `did` != this server → offboard + purge credentials.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes | The arbiter server's DID (e.g. did:web:arbiter.example.com). |

## Raw Schema

```json
{
  "id": "town.muni.arbiter.service",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The arbiter server's DID (e.g. did:web:arbiter.example.com)."
          }
        }
      },
      "description": "Service record on a stewarded account's repo. Points at the arbiter\nserver's DID (the did:web:... that hosts the #arbiter service).\n\nPresence/absence and the `did` field drive the arbiter lifecycle:\n- Absent → offboard (keep credentials, re-onboard if it returns).\n- `did` != this server → offboard + purge credentials."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
