# party.tenna.private.space

> Published by [kris.darkworld.download](https://lexicon.garden/identity/did:web:vessel.darkworld.download)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.space)
- [Documentation](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.space/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.space/examples)

## Definitions

### `party.tenna.private.space`

**Type**: `space`

A space where only your mutuals can read posts.

```json
{
  "key": "literal:self",
  "name": "Private Posts",
  "type": "space",
  "collections": [
    "party.tenna.private.post"
  ],
  "description": "A space where only your mutuals can read posts."
}
```

## Raw Schema

```json
{
  "id": "party.tenna.private.space",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "Private Posts",
      "type": "space",
      "collections": [
        "party.tenna.private.post"
      ],
      "description": "A space where only your mutuals can read posts."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
