# at.dholms.bulletin.board

> Published by [spacy.dholms.at](https://lexicon.garden/identity/did:plc:ryh3lb5eac6cuxutrrx7pfln)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ryh3lb5eac6cuxutrrx7pfln/at.dholms.bulletin.board)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ryh3lb5eac6cuxutrrx7pfln/at.dholms.bulletin.board/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ryh3lb5eac6cuxutrrx7pfln/at.dholms.bulletin.board/examples)

## Definitions

### `at.dholms.bulletin.board`

**Type**: `space`

A personal board where followers can read and post notes.

```json
{
  "key": "literal:self",
  "name": "Bulletin Board",
  "type": "space",
  "collections": [
    "at.dholms.bulletin.post",
    "at.dholms.bulletin.label",
    "at.dholms.bulletin.position"
  ],
  "description": "A personal board where followers can read and post notes."
}
```

## Raw Schema

```json
{
  "id": "at.dholms.bulletin.board",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "Bulletin Board",
      "type": "space",
      "collections": [
        "at.dholms.bulletin.post",
        "at.dholms.bulletin.label",
        "at.dholms.bulletin.position"
      ],
      "description": "A personal board where followers can read and post notes."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
