# tech.tokimeki.forum.server

> Published by [tokimeki.blue](https://lexicon.garden/identity/did:plc:4tr5dqti7nmu6g2czpthntak)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/tech.tokimeki.forum.server)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/tech.tokimeki.forum.server/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4tr5dqti7nmu6g2czpthntak/tech.tokimeki.forum.server/examples)

## Definitions

### `tech.tokimeki.forum.server`

**Type**: `space`

A Discord-like server (guild). One space per server, anchored on the owner's DID. Channels are records in the owner's repo; messages live in each author's own repo within the space.

```json
{
  "key": "tid",
  "name": "tokimeki-space server",
  "type": "space",
  "name:lang": {
    "ja": "tokimeki-space サーバー"
  },
  "collections": [
    "tech.tokimeki.forum.profile",
    "tech.tokimeki.forum.channel",
    "tech.tokimeki.forum.thread",
    "tech.tokimeki.forum.message",
    "tech.tokimeki.forum.vote",
    "tech.tokimeki.forum.reaction",
    "tech.tokimeki.forum.hide",
    "tech.tokimeki.forum.role"
  ],
  "description": "A Discord-like server (guild). One space per server, anchored on the owner's DID. Channels are records in the owner's repo; messages live in each author's own repo within the space."
}
```

## Raw Schema

```json
{
  "id": "tech.tokimeki.forum.server",
  "defs": {
    "main": {
      "key": "tid",
      "name": "tokimeki-space server",
      "type": "space",
      "name:lang": {
        "ja": "tokimeki-space サーバー"
      },
      "collections": [
        "tech.tokimeki.forum.profile",
        "tech.tokimeki.forum.channel",
        "tech.tokimeki.forum.thread",
        "tech.tokimeki.forum.message",
        "tech.tokimeki.forum.vote",
        "tech.tokimeki.forum.reaction",
        "tech.tokimeki.forum.hide",
        "tech.tokimeki.forum.role"
      ],
      "description": "A Discord-like server (guild). One space per server, anchored on the owner's DID. Channels are records in the owner's repo; messages live in each author's own repo within the space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
