# space.priiv.posts

> Published by [samuel.fm](https://lexicon.garden/identity/did:plc:p2cp5gopk7mgjegy6wadk3ep)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:p2cp5gopk7mgjegy6wadk3ep/space.priiv.posts)
- [Documentation](https://lexicon.garden/lexicon/did:plc:p2cp5gopk7mgjegy6wadk3ep/space.priiv.posts/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:p2cp5gopk7mgjegy6wadk3ep/space.priiv.posts/examples)

## Definitions

### `space.priiv.posts`

**Type**: `space`

Two spaces per author, keyed followers and mutuals. Readers may like; only the authority's post records are displayed.

```json
{
  "key": "any",
  "name": "Priiv posts",
  "type": "space",
  "collections": [
    "space.priiv.post",
    "space.priiv.like"
  ],
  "description": "Two spaces per author, keyed followers and mutuals. Readers may like; only the authority's post records are displayed."
}
```

## Raw Schema

```json
{
  "id": "space.priiv.posts",
  "defs": {
    "main": {
      "key": "any",
      "name": "Priiv posts",
      "type": "space",
      "collections": [
        "space.priiv.post",
        "space.priiv.like"
      ],
      "description": "Two spaces per author, keyed followers and mutuals. Readers may like; only the authority's post records are displayed."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
