# app.bulleted.space

> 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.space)
- [Documentation](https://lexicon.garden/lexicon/did:plc:geqwme5xqva5iasvlrwi4izj/app.bulleted.space/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:geqwme5xqva5iasvlrwi4izj/app.bulleted.space/examples)

## Definitions

### `app.bulleted.space`

**Type**: `space`

An outline shared with a named set of people. Every bullet is still a record in its author's own permissioned repo for this space; the space is the authorization and sync boundary they share, not a place records are moved to. Identified by the proposal-0016 triple of space authority DID, this NSID as the space type, and a space key.

```json
{
  "key": "any",
  "name": "Bulleted outline",
  "type": "space",
  "collections": [
    "app.bulleted.node",
    "app.bulleted.note",
    "app.bulleted.outline",
    "app.bulleted.mirror",
    "app.bulleted.comment",
    "app.bulleted.commentPolicy"
  ],
  "description": "An outline shared with a named set of people. Every bullet is still a record in its author's own permissioned repo for this space; the space is the authorization and sync boundary they share, not a place records are moved to. Identified by the proposal-0016 triple of space authority DID, this NSID as the space type, and a space key."
}
```

## Raw Schema

```json
{
  "id": "app.bulleted.space",
  "defs": {
    "main": {
      "key": "any",
      "name": "Bulleted outline",
      "type": "space",
      "collections": [
        "app.bulleted.node",
        "app.bulleted.note",
        "app.bulleted.outline",
        "app.bulleted.mirror",
        "app.bulleted.comment",
        "app.bulleted.commentPolicy"
      ],
      "description": "An outline shared with a named set of people. Every bullet is still a record in its author's own permissioned repo for this space; the space is the authorization and sync boundary they share, not a place records are moved to. Identified by the proposal-0016 triple of space authority DID, this NSID as the space type, and a space key."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
