# town.muni.arbiter.defs

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

## Definitions

### `town.muni.arbiter.defs#memberDid`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes |  |

### `town.muni.arbiter.defs#memberLocalSpace`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `spaceKey` | `string` | Yes |  |

### `town.muni.arbiter.defs#memberRemoteSpace`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `spaceKey` | `string` | Yes |  |
| `arbiterDid` | `string` (did) | Yes |  |

## Raw Schema

```json
{
  "id": "town.muni.arbiter.defs",
  "defs": {
    "memberDid": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        }
      }
    },
    "memberLocalSpace": {
      "type": "object",
      "required": [
        "spaceKey"
      ],
      "properties": {
        "spaceKey": {
          "type": "string",
          "maxLength": 1024
        }
      }
    },
    "memberRemoteSpace": {
      "type": "object",
      "required": [
        "arbiterDid",
        "spaceKey"
      ],
      "properties": {
        "spaceKey": {
          "type": "string",
          "maxLength": 1024
        },
        "arbiterDid": {
          "type": "string",
          "format": "did"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
