# xyz.opnshelf.core

> Published by [opnshelf.xyz](https://lexicon.garden/identity/did:plc:jkf4momksftvstbyqnb5sxik)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:jkf4momksftvstbyqnb5sxik/xyz.opnshelf.core)
- [Documentation](https://lexicon.garden/lexicon/did:plc:jkf4momksftvstbyqnb5sxik/xyz.opnshelf.core/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:jkf4momksftvstbyqnb5sxik/xyz.opnshelf.core/examples)

## Definitions

### `xyz.opnshelf.core`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Core Opnshelf Access",
  "detail": "Create, update, and delete your Opnshelf records.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "xyz.opnshelf.movie",
        "xyz.opnshelf.episode",
        "xyz.opnshelf.list",
        "xyz.opnshelf.list.item",
        "xyz.opnshelf.library.item",
        "xyz.opnshelf.follow",
        "xyz.opnshelf.profile",
        "xyz.opnshelf.note",
        "xyz.opnshelf.review",
        "xyz.opnshelf.review.like",
        "xyz.opnshelf.rating"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "xyz.opnshelf.core",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Core Opnshelf Access",
      "detail": "Create, update, and delete your Opnshelf records.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "xyz.opnshelf.movie",
            "xyz.opnshelf.episode",
            "xyz.opnshelf.list",
            "xyz.opnshelf.list.item",
            "xyz.opnshelf.library.item",
            "xyz.opnshelf.follow",
            "xyz.opnshelf.profile",
            "xyz.opnshelf.note",
            "xyz.opnshelf.review",
            "xyz.opnshelf.review.like",
            "xyz.opnshelf.rating"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
