# fun.tyler.crepe.library

> Published by [tyler.fun](https://lexicon.garden/identity/did:plc:4gt3dbmp4pydjiemob4konzm)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4gt3dbmp4pydjiemob4konzm/fun.tyler.crepe.library)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4gt3dbmp4pydjiemob4konzm/fun.tyler.crepe.library/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4gt3dbmp4pydjiemob4konzm/fun.tyler.crepe.library/examples)

## Definitions

### `fun.tyler.crepe.library`

**Type**: `space`

A personal, private movie and TV watch log: Popfeed's review, list and listItem records plus crepe's own config record, stored in a space only the owner can read or write.

```json
{
  "key": "literal:self",
  "name": "crepe library",
  "type": "space",
  "collections": [
    "social.popfeed.feed.review",
    "social.popfeed.feed.list",
    "social.popfeed.feed.listItem",
    "fun.tyler.crepe.config"
  ],
  "description": "A personal, private movie and TV watch log: Popfeed's review, list and listItem records plus crepe's own config record, stored in a space only the owner can read or write."
}
```

## Raw Schema

```json
{
  "id": "fun.tyler.crepe.library",
  "defs": {
    "main": {
      "key": "literal:self",
      "name": "crepe library",
      "type": "space",
      "collections": [
        "social.popfeed.feed.review",
        "social.popfeed.feed.list",
        "social.popfeed.feed.listItem",
        "fun.tyler.crepe.config"
      ],
      "description": "A personal, private movie and TV watch log: Popfeed's review, list and listItem records plus crepe's own config record, stored in a space only the owner can read or write."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
