# today.cacao.bookmarks.authCore

> Published by [bookmarks.cacao.today](https://lexicon.garden/identity/did:plc:bbfepkfzgfshj5gwrhci3m7r)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:bbfepkfzgfshj5gwrhci3m7r/today.cacao.bookmarks.authCore)
- [Documentation](https://lexicon.garden/lexicon/did:plc:bbfepkfzgfshj5gwrhci3m7r/today.cacao.bookmarks.authCore/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:bbfepkfzgfshj5gwrhci3m7r/today.cacao.bookmarks.authCore/examples)

## Definitions

### `today.cacao.bookmarks.authCore`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Cacao Bookmarks",
  "detail": "Save and tag links from anywhere on the web. Cacao Bookmarks reads your public Bluesky profile (to show your handle and display name) and reads, writes, and removes today.cacao.bookmarks.bookmark records — plus the underlying community.lexicon.bookmarks.bookmark records that hold the URL and tags. It cannot post, edit your profile, manage follows, or touch anything else in your repo.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "today.cacao.bookmarks.bookmark"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "today.cacao.bookmarks.authCore",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Cacao Bookmarks",
      "detail": "Save and tag links from anywhere on the web. Cacao Bookmarks reads your public Bluesky profile (to show your handle and display name) and reads, writes, and removes today.cacao.bookmarks.bookmark records — plus the underlying community.lexicon.bookmarks.bookmark records that hold the URL and tags. It cannot post, edit your profile, manage follows, or touch anything else in your repo.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "today.cacao.bookmarks.bookmark"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
