# computer.sims.log.permissions

> Published by [sims.computer](https://lexicon.garden/identity/did:plc:gqorgf2irpe5vy6osekgc3be)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:gqorgf2irpe5vy6osekgc3be/computer.sims.log.permissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:gqorgf2irpe5vy6osekgc3be/computer.sims.log.permissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:gqorgf2irpe5vy6osekgc3be/computer.sims.log.permissions/examples)

## Definitions

### `computer.sims.log.permissions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "tvlog",
  "detail": "Read and write your tvlog diary and shared watchlists",
  "permissions": [
    {
      "skey": "diary",
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "manage": [
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "*",
      "spaceType": "computer.sims.log.diary",
      "collection": [
        "computer.sims.log.watch"
      ]
    },
    {
      "skey": "watchlist",
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "manage": [
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "*",
      "spaceType": "computer.sims.log.watchlist",
      "collection": [
        "computer.sims.log.watchlistItem"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "computer.sims.log.permissions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "tvlog",
      "detail": "Read and write your tvlog diary and shared watchlists",
      "permissions": [
        {
          "skey": "diary",
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "manage": [
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "*",
          "spaceType": "computer.sims.log.diary",
          "collection": [
            "computer.sims.log.watch"
          ]
        },
        {
          "skey": "watchlist",
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "manage": [
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "*",
          "spaceType": "computer.sims.log.watchlist",
          "collection": [
            "computer.sims.log.watchlistItem"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
