# link.latr.authFull

> Published by [samclemente.me](https://lexicon.garden/identity/did:plc:qy5pluw2bsuq2x6albsgkvx3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/link.latr.authFull)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/link.latr.authFull/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qy5pluw2bsuq2x6albsgkvx3/link.latr.authFull/examples)

## Definitions

### `link.latr.authFull`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Manage L@tr Reading State",
  "detail": "Create, update, and delete L@tr metadata attached to your bookmarks, including unread and archived state.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "link.latr.bookmarks.metadata"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "link.latr.authFull",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Manage L@tr Reading State",
      "detail": "Create, update, and delete L@tr metadata attached to your bookmarks, including unread and archived state.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "link.latr.bookmarks.metadata"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
