# me.byjp.pebble-index.auth

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ephkzpinhaqcabtkugtbzrwu/me.byjp.pebble-index.auth)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ephkzpinhaqcabtkugtbzrwu/me.byjp.pebble-index.auth/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ephkzpinhaqcabtkugtbzrwu/me.byjp.pebble-index.auth/examples)

## Definitions

### `me.byjp.pebble-index.auth`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Pebble Index",
  "detail": "Store and read your Pebble Index notes, reminders and voice recordings in your private space",
  "permissions": [
    {
      "skey": "main",
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "manage": [
        "create"
      ],
      "resource": "space",
      "authority": "self",
      "spaceType": "me.byjp.pebble-index.space",
      "collection": [
        "me.byjp.pebble-index.note",
        "me.byjp.pebble-index.reminder",
        "me.byjp.pebble-index.recording"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "me.byjp.pebble-index.auth",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Pebble Index",
      "detail": "Store and read your Pebble Index notes, reminders and voice recordings in your private space",
      "permissions": [
        {
          "skey": "main",
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "manage": [
            "create"
          ],
          "resource": "space",
          "authority": "self",
          "spaceType": "me.byjp.pebble-index.space",
          "collection": [
            "me.byjp.pebble-index.note",
            "me.byjp.pebble-index.reminder",
            "me.byjp.pebble-index.recording"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
