# org.radlib.account

> 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.account)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4hcmfnt55n3m7ojeqtqidayn/org.radlib.account/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4hcmfnt55n3m7ojeqtqidayn/org.radlib.account/examples)

## Definitions

### `org.radlib.account`

**Type**: `space`

A permissioned account space.

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

## Raw Schema

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