# app.bulleted.spaceAccess

> Published by [lexicons.bulleted.app](https://lexicon.garden/identity/did:plc:geqwme5xqva5iasvlrwi4izj)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:geqwme5xqva5iasvlrwi4izj/app.bulleted.spaceAccess)
- [Documentation](https://lexicon.garden/lexicon/did:plc:geqwme5xqva5iasvlrwi4izj/app.bulleted.spaceAccess/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:geqwme5xqva5iasvlrwi4izj/app.bulleted.spaceAccess/examples)

## Definitions

### `app.bulleted.spaceAccess`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Bulleted spaces",
  "detail": "Read the outlines shared in your Bulleted spaces, write your own bullets in them, and create, rename and delete the spaces you own.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "*",
      "spaceType": "app.bulleted.space",
      "collection": [
        "app.bulleted.node",
        "app.bulleted.note",
        "app.bulleted.outline",
        "app.bulleted.mirror",
        "app.bulleted.comment",
        "app.bulleted.commentPolicy"
      ]
    },
    {
      "type": "permission",
      "action": [
        "read_self"
      ],
      "manage": [
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "spaceType": "app.bulleted.space"
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "app.bulleted.spaceAccess",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Bulleted spaces",
      "detail": "Read the outlines shared in your Bulleted spaces, write your own bullets in them, and create, rename and delete the spaces you own.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "*",
          "spaceType": "app.bulleted.space",
          "collection": [
            "app.bulleted.node",
            "app.bulleted.note",
            "app.bulleted.outline",
            "app.bulleted.mirror",
            "app.bulleted.comment",
            "app.bulleted.commentPolicy"
          ]
        },
        {
          "type": "permission",
          "action": [
            "read_self"
          ],
          "manage": [
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "spaceType": "app.bulleted.space"
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
