# at.secretsky.feed

> Published by [matt.evil.gay](https://lexicon.garden/identity/did:plc:tas6hj2xjrqben5653v5kohk)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/at.secretsky.feed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/at.secretsky.feed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/at.secretsky.feed/examples)

## Definitions

### `at.secretsky.feed`

**Type**: `space`

A private personal feed shared only between reciprocal SecretSky follows.

```json
{
  "key": "literal:self",
  "name": "SecretSky feed",
  "type": "space",
  "collections": [
    "at.secretsky.post",
    "at.secretsky.reaction",
    "at.secretsky.removal"
  ],
  "description": "A private personal feed shared only between reciprocal SecretSky follows."
}
```

## Raw Schema

```json
{
  "id": "at.secretsky.feed",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "SecretSky feed",
      "type": "space",
      "collections": [
        "at.secretsky.post",
        "at.secretsky.reaction",
        "at.secretsky.removal"
      ],
      "description": "A private personal feed shared only between reciprocal SecretSky follows."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
