# org.radlib.community

> Published by [lex8935bf.pds.edriffles.us](https://lexicon.garden/identity/did:plc:4hcmfnt55n3m7ojeqtqidayn)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4hcmfnt55n3m7ojeqtqidayn/org.radlib.community)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4hcmfnt55n3m7ojeqtqidayn/org.radlib.community/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4hcmfnt55n3m7ojeqtqidayn/org.radlib.community/examples)

## Definitions

### `org.radlib.community`

**Type**: `space`

A permissioned community bulletin space.

```json
{
  "key": "any",
  "name": "Radlib Community",
  "type": "space",
  "collections": [
    "org.radlib.private.post"
  ],
  "description": "A permissioned community bulletin space."
}
```

## Raw Schema

```json
{
  "id": "org.radlib.community",
  "defs": {
    "main": {
      "key": "any",
      "name": "Radlib Community",
      "type": "space",
      "collections": [
        "org.radlib.private.post"
      ],
      "description": "A permissioned community bulletin space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
